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 77d28c2 commit ff96302Copy full SHA for ff96302
composer.json
@@ -19,12 +19,12 @@
19
"ext-soap" : "*",
20
"ext-json": "*",
21
"ext-bcmath": "*",
22
- "illuminate/contracts": "~5.6.0|^6.0|^7.0|^8.0",
23
- "illuminate/database": "~5.6.0|^6.0|^7.0|^8.0",
24
- "illuminate/http": "~5.6.0|^6.0|^7.0|^8.0",
25
- "illuminate/routing": "~5.6.0|^6.0|^7.0|^8.0",
26
- "illuminate/support": "~5.6.0|^6.0|^7.0|^8.0",
27
- "illuminate/view": "~5.6.0|^6.0|^7.0|^8.0",
+ "illuminate/contracts": ">=5.6.0",
+ "illuminate/database": ">=5.6.0",
+ "illuminate/http": ">=5.6.0",
+ "illuminate/routing": ">=5.6.0",
+ "illuminate/support": ">=5.6.0",
+ "illuminate/view": ">=5.6.0",
28
"tartan/laravel-xlog": "^1.0"
29
},
30
"require-dev": {
0 commit comments