Skip to content

Commit 63a1f9b

Browse files
authoredFeb 18, 2025
Merge pull request #11 from laravel-shift/l12-compatibility
Laravel 12.x Compatibility
2 parents aed06d7 + 03f7422 commit 63a1f9b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"authors": [],
1414
"require": {
1515
"php": "^8.2",
16-
"illuminate/console": "^11.0",
17-
"illuminate/database": "^11.0",
18-
"illuminate/support": "^11.0",
19-
"illuminate/routing": "^11.0"
16+
"illuminate/console": "^11.0||^12.0",
17+
"illuminate/database": "^11.0||^12.0",
18+
"illuminate/support": "^11.0||^12.0",
19+
"illuminate/routing": "^11.0||^12.0"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^10.0||^11.0",
2323
"mockery/mockery": "^1.4",
24-
"orchestra/testbench": "^9.0"
24+
"orchestra/testbench": "^9.0||^10.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)