We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fcb615 commit 5565906Copy full SHA for 5565906
composer.json
@@ -11,9 +11,9 @@
11
],
12
"require": {
13
"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",
+ "illuminate/console": "^6.0|^7.0|^8.0|^9.0",
+ "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0",
+ "illuminate/support": "^6.0|^7.0|^8.0|^9.0",
17
"psy/psysh": "^0.10.4|^0.11.1",
18
"symfony/var-dumper": "^4.3.4|^5.0|^6.0"
19
},
@@ -22,7 +22,7 @@
22
"phpunit/phpunit": "^8.5.8|^9.3.3"
23
24
"suggest": {
25
- "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0)."
+ "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0)."
26
27
"autoload": {
28
"psr-4": {
0 commit comments