Skip to content

Commit 7fb9a4f

Browse files
Support Laravel 12
1 parent e0dff1b commit 7fb9a4f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

composer.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
},
2121
"require": {
2222
"php": ">=7.2.5",
23-
"illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
24-
"illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
25-
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
23+
"illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
24+
"illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
25+
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2626
"symfony/var-dumper": "^5.0|^6.0|^7.0"
2727
},
2828
"require-dev": {
@@ -49,6 +49,8 @@
4949
"config": {
5050
"sort-packages": true
5151
},
52+
"minimum-stability": "dev",
53+
"prefer-stable": true,
5254
"extra": {
5355
"laravel": {
5456
"providers": [

0 commit comments

Comments
 (0)