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