Skip to content

Commit 37939ff

Browse files
authored
Merge pull request #4 from bajoski34/bajoski34-patch-1
Adds Support for Laravel 11
2 parents 2b567c9 + ed3c539 commit 37939ff

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
],
2323
"require": {
2424
"php": "^7.4 || ^8.0",
25-
"illuminate/support": "^v8.83 || ^9.39 || ^10.0",
25+
"illuminate/support": "^7.0|^v8.83|^9.39|^10.0|^11.0",
2626
"ext-json": "*"
2727
},
2828
"minimum-stability": "dev",

0 commit comments

Comments
 (0)