Skip to content

Commit 91a26a7

Browse files
authored
Merge pull request #21 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents 585bb0e + 7be5bd4 commit 91a26a7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
"log"
1616
],
1717
"require": {
18-
"illuminate/support": "^9.0|^10.0",
19-
"illuminate/events": "^9.0|^10.0",
20-
"illuminate/database": "^9.0|^10.0",
21-
"illuminate/routing": "^9.0|^10.0",
22-
"illuminate/view": "^9.0|^10.0",
23-
"illuminate/mail": "^9.0|^10.0",
18+
"illuminate/support": "^9.0|^10.0|^11.0",
19+
"illuminate/events": "^9.0|^10.0|^11.0",
20+
"illuminate/database": "^9.0|^10.0|^11.0",
21+
"illuminate/routing": "^9.0|^10.0|^11.0",
22+
"illuminate/view": "^9.0|^10.0|^11.0",
23+
"illuminate/mail": "^9.0|^10.0|^11.0",
2424
"doctrine/dbal": "^3.5"
2525
},
2626
"require-dev": {
27-
"orchestra/testbench": "^7.0|^8.0"
27+
"orchestra/testbench": "^7.0|^8.0|^9.0"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)