Skip to content

Commit 7b186cc

Browse files
committed
bump laravel version to latest
1 parent 9f90940 commit 7b186cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
},
3737
"require": {
3838
"php": "^8.3|^8.4",
39-
"illuminate/support": "^11.0",
40-
"illuminate/database": "^11.0",
41-
"illuminate/console": "^11.0"
39+
"illuminate/support": "^11.0 | ^12.0",
40+
"illuminate/database": "^11.0 | ^12.0",
41+
"illuminate/console": "^11.0 | ^12.0"
4242
},
4343
"require-dev": {
4444
"phpunit/phpunit": "^11.0",

0 commit comments

Comments
 (0)