Skip to content

Commit

Permalink
fix: allow 7.0+ for symfony/mailer (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond authored Oct 25, 2023
1 parent eccb91e commit 3177e7d
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 @@ -14,7 +14,7 @@
"require": {
"php": ">=8.0",
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
"symfony/mailer": "^5.4|^6.0",
"symfony/mailer": "^5.4|^6.0|^7.0",
"zenstruck/assert": "^1.0",
"zenstruck/callback": "^1.1"
},
Expand Down

0 comments on commit 3177e7d

Please sign in to comment.