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 c2331d2 commit b921003Copy full SHA for b921003
composer.json
@@ -19,7 +19,10 @@
19
}
20
],
21
"require": {
22
- "php": ">=7.0"
+ "php": ">=7.0",
23
+ "illuminate/contracts": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
24
+ "illuminate/console": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
25
+ "illuminate/support": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0"
26
},
27
"autoload": {
28
"psr-4": {
0 commit comments