Skip to content

Commit c6916c3

Browse files
Merge pull request #320 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents 01f0801 + 20c8175 commit c6916c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"require": {
1717
"php": "^8.0.2",
1818
"ext-dom": "*",
19-
"illuminate/mail": "^9.0 || ^10.0",
20-
"illuminate/support": "^9.0 || ^10.0",
19+
"illuminate/mail": "^9.0 || ^10.0 || ^11.0",
20+
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
2121
"paragonie/random_compat": "~2.0 || ~9.99",
2222
"tijsverkoyen/css-to-inline-styles": "~2.2"
2323
},
@@ -26,7 +26,7 @@
2626
"guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
2727
"guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
2828
"phpunit/phpunit": "^9.0",
29-
"symfony/mailer": "^6.0"
29+
"symfony/mailer": "^6.0 || ^7.0"
3030
},
3131
"config": {
3232
"sort-packages": true

0 commit comments

Comments
 (0)