We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d8378 commit 459e4d8Copy full SHA for 459e4d8
1 file changed
composer.json
@@ -20,14 +20,14 @@
20
],
21
"require": {
22
"php": ">=5.4.0",
23
- "illuminate/support": "^5.0",
24
- "illuminate/console": "^5.0",
25
- "illuminate/filesystem": "^5.0",
+ "illuminate/support": ">=5.0",
+ "illuminate/console": ">=5.0",
+ "illuminate/filesystem": ">=5.0",
26
"symfony/class-loader": "^2.3|^3.0"
27
},
28
"require-dev": {
29
- "illuminate/config": "^5.0",
30
- "illuminate/view": "^5.0",
+ "illuminate/config": ">=5.0",
+ "illuminate/view": ">=5.0",
31
"fzaninotto/faker": "~1.4",
32
"phpunit/phpunit": "^6.4",
33
"guzzlehttp/guzzle": "~6.0",
0 commit comments