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 3e12e0b commit 63ace85Copy full SHA for 63ace85
composer.json
@@ -16,10 +16,10 @@
16
],
17
"require": {
18
"php": "^7.1.3",
19
- "illuminate/console": "5.8.*|^6.0",
20
- "illuminate/database": "5.8.*|^6.0",
21
- "illuminate/http": "5.8.*|^6.0",
22
- "illuminate/support": "5.8.*|^6.0"
+ "illuminate/console": "^6.0|^7.0",
+ "illuminate/database": "^6.0|^7.0",
+ "illuminate/http": "^6.0|^7.0",
+ "illuminate/support": "^6.0|^7.0"
23
},
24
"require-dev": {
25
"phpunit/phpunit": "^8.0",
0 commit comments