Skip to content

Commit 28aae65

Browse files
committed
Laravel v12
1 parent 7d593df commit 28aae65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
],
1212
"require": {
1313
"php": "^7.2.5|^8.0",
14-
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
15-
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
16-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
14+
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
15+
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
16+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
1717
"psy/psysh": "^0.11.1|^0.12.0",
1818
"symfony/var-dumper": "^4.3.4|^5.0|^6.0|^7.0"
1919
},
@@ -23,7 +23,7 @@
2323
"phpunit/phpunit": "^8.5.8|^9.3.3"
2424
},
2525
"suggest": {
26-
"illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0|^11.0)."
26+
"illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0)."
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)