Skip to content

Commit 3502898

Browse files
committed
Update laravel to support 11/12
1 parent 1ab104a commit 3502898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
],
2929
"require": {
3030
"php": "^8.0",
31-
"illuminate/support": "^9.0 || ^10.0",
32-
"illuminate/container": "^9.0 || ^10.0"
31+
"illuminate/support": "^9.0 || ^10.0 || ^11.0 || ^12.0",
32+
"illuminate/container": "^9.0 || ^10.0 || ^11.0 || ^12.0"
3333
},
3434
"require-dev": {
3535
"phpunit/phpunit": "^9.6",

0 commit comments

Comments
 (0)