Skip to content

Commit 68c993a

Browse files
support for Laravel 11
1 parent 256a38c commit 68c993a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"require": {
1111
"php": "^7.4|^8.0",
12-
"illuminate/support": "^7.0|^8.0|^9.0|^10.0"
12+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0"
1313
},
1414
"autoload": {
1515
"psr-4": {

0 commit comments

Comments
 (0)