Skip to content

Commit 669940d

Browse files
committed
Add support to Laravel 11
1 parent 03935c8 commit 669940d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
}
1010
},
1111
"require": {
12-
"illuminate/config": "^9.0|^10.0",
13-
"illuminate/console": "^9.0|^10.0",
14-
"illuminate/database": "^9.0|^10.0",
15-
"illuminate/support": "^9.0|^10.0"
12+
"illuminate/config": "^9.0|^10.0|^11.0",
13+
"illuminate/console": "^9.0|^10.0|^11.0",
14+
"illuminate/database": "^9.0|^10.0|^11.0",
15+
"illuminate/support": "^9.0|^10.0|^11.0"
1616
},
1717
"extra": {
1818
"laravel": {

0 commit comments

Comments
 (0)