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 2912b5c commit 304ab45Copy full SHA for 304ab45
composer.json
@@ -15,14 +15,14 @@
15
],
16
"require": {
17
"php": ">=5.6.4",
18
- "illuminate/database": "~6.0",
19
- "illuminate/console": "~6.0",
20
- "illuminate/support": "~6.0",
21
- "illuminate/cache": "~6.0"
+ "illuminate/database": ">=6.0",
+ "illuminate/console": ">=6.0",
+ "illuminate/support": ">=6.0",
+ "illuminate/cache": ">=6.0"
22
},
23
"require-dev": {
24
"phpunit/phpunit": ">=5.*",
25
- "laravel/laravel": "~6.0",
+ "laravel/laravel": ">=6.0",
26
"fzaninotto/faker": "~1.8"
27
28
"autoload": {
0 commit comments