Skip to content

Commit 5565906

Browse files
committed
Laravel 9
1 parent 7fcb615 commit 5565906

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",
15-
"illuminate/contracts": "^6.0|^7.0|^8.0",
16-
"illuminate/support": "^6.0|^7.0|^8.0",
14+
"illuminate/console": "^6.0|^7.0|^8.0|^9.0",
15+
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0",
16+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
1717
"psy/psysh": "^0.10.4|^0.11.1",
1818
"symfony/var-dumper": "^4.3.4|^5.0|^6.0"
1919
},
@@ -22,7 +22,7 @@
2222
"phpunit/phpunit": "^8.5.8|^9.3.3"
2323
},
2424
"suggest": {
25-
"illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0)."
25+
"illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0)."
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)