Skip to content

Commit 54ca55b

Browse files
authored
Merge pull request #37 from nicolasbaud/patch-2
Upgrade for Laravel 11
2 parents 54eae28 + 9dad517 commit 54ca55b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
],
1818
"require": {
1919
"php": "^8.0",
20-
"illuminate/support": "^8.0|^9.0|^10.0",
21-
"illuminate/database": "^8.0|^9.0|^10.0",
22-
"illuminate/cache": "^8.0|^9.0|^10.0"
20+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
21+
"illuminate/database": "^8.0|^9.0|^10.0|^11.0",
22+
"illuminate/cache": "^8.0|^9.0|^10.0|^11.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^9.0",

0 commit comments

Comments
 (0)