Skip to content

Commit 204c4b3

Browse files
authored
Merge pull request #4 from koffinate/master
just add L11 support
2 parents b0ebb8e + 5fa018a commit 204c4b3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"require": {
2020
"php": "^8.1",
2121
"ext-json": "*",
22-
"illuminate/contracts": "^8.0|^9.0|^10.0",
23-
"illuminate/database": "^8.0|^9.0|^10.0",
24-
"illuminate/http": "^8.0|^9.0|^10.0",
25-
"illuminate/routing": "^8.0|^9.0|^10.0",
26-
"illuminate/support": "^8.0|^9.0|^10.0"
22+
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
23+
"illuminate/database": "^8.0|^9.0|^10.0|^11.0",
24+
"illuminate/http": "^8.0|^9.0|^10.0|^11.0",
25+
"illuminate/routing": "^8.0|^9.0|^10.0|^11.0",
26+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
2727
},
2828
"require-dev": {
2929
"phpunit/phpunit": "^8.0|^9.5|^10.0"

0 commit comments

Comments
 (0)