We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd95fad + 090416b commit 86f8f08Copy full SHA for 86f8f08
composer.json
@@ -18,8 +18,8 @@
18
"php": ">=5.5.0",
19
"ext-json": "*",
20
"ext-mbstring": "*",
21
- "illuminate/console": "~5.1.0|~5.2.0|~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0|~7.0",
22
- "illuminate/support": "~5.1.0|~5.2.0|~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0|~7.0"
+ "illuminate/console": "^5.0|^6.0|^7.0|^8.0",
+ "illuminate/support": "^5.0|^6.0|^7.0|^8.0"
23
},
24
"require-dev": {
25
"phpunit/phpunit": "~4.7",
0 commit comments