Skip to content

Commit 6f23840

Browse files
committed
Fix formatting in composer.json for symfony/mailer requirement
1 parent 8c59710 commit 6f23840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require": {
2323
"php": ">=8.0",
2424
"illuminate/support": "^9.0 || ^10.0 || ^11.0 || ^12.0",
25-
"symfony/mailer": "^6.0 || ^7.0 || ^8.0",
25+
"symfony/mailer": "^6.0 || ^7.0 || ^8.0"
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "^9.0 || ^10.5"

0 commit comments

Comments
 (0)