Skip to content

Commit

Permalink
Merge pull request #37 from neos/bugfix/36
Browse files Browse the repository at this point in the history
BUGFIX: Downgrad symfony/mime to version 6.x
  • Loading branch information
markusguenther authored Jan 20, 2025
2 parents f3e3fcb + b68b5d2 commit eb39270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"neos/form": "^5.0",
"neos/fusion": "^7.3 || ^8.0 || ^9.0",
"symfony/mime": "^7.0"
"symfony/mime": "^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit eb39270

Please sign in to comment.