Skip to content

Commit 4910ebe

Browse files
authored
add L12 support
1 parent 28336dd commit 4910ebe

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
@@ -20,11 +20,11 @@
2020
"require": {
2121
"php": "^8.2",
2222
"ext-json": "*",
23-
"illuminate/contracts": "^10.0|^11.0",
24-
"illuminate/database": "^10.0|^11.0",
25-
"illuminate/http": "^10.0|^11.0",
26-
"illuminate/routing": "^10.0|^11.0",
27-
"illuminate/support": "^10.0|^11.0"
23+
"illuminate/contracts": "^10.0|^11.0|^12.0",
24+
"illuminate/database": "^10.0|^11.0|^12.0",
25+
"illuminate/http": "^10.0|^11.0|^12.0",
26+
"illuminate/routing": "^10.0|^11.0|^12.0",
27+
"illuminate/support": "^10.0|^11.0|^12.0"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "^10.0"

0 commit comments

Comments
 (0)