Skip to content

Commit 46b1259

Browse files
authored
Merge pull request #7 from dungnh/support_laravel_11
support laravel 11
2 parents 7631ac4 + dd7dd85 commit 46b1259

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^7.4|^8.0|^8.1",
25-
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0",
26-
"illuminate/support": "^8.0 || ^9.0 || ^10.0",
27-
"illuminate/database": "^8.0 || ^9.0 || ^10.0"
24+
"php": "^7.4|^8.0|^8.1||^8.2|^8.3",
25+
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0 || ^11.0",
26+
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
27+
"illuminate/database": "^8.0 || ^9.0 || ^10.0 || ^11.0"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "^10.0",

0 commit comments

Comments
 (0)