Skip to content

Commit

Permalink
Allow pelago/emogrifier v7, raise minium Flow version
Browse files Browse the repository at this point in the history
This allows the use PHP 8.2 & 8.3, since that is supported as of 7.0 and .1 respectively.

Also, remove support for outdated Flow versions.
  • Loading branch information
kdambekalns authored Nov 6, 2023
1 parent 981b44d commit 614ca77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"source": "https://github.com/sandstorm/TemplateMailer"
},
"require": {
"neos/flow": "^6.0 || ^7.0 || ^8.0 || dev-master",
"neos/flow": "^7.3 || ^8.0 || dev-main",
"neos/swiftmailer": "^7.0",
"pelago/emogrifier": "^6.0"
"pelago/emogrifier": "^6.0 || ^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 614ca77

Please sign in to comment.