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 4aa43fa commit 09db8c9Copy full SHA for 09db8c9
composer.json
@@ -10,10 +10,10 @@
10
}
11
],
12
"require": {
13
- "php": ">=5.6.0",
14
- "illuminate/support": "^5.1,<5.8",
15
- "illuminate/console": "^5.1,<5.8",
16
- "illuminate/filesystem": "^5.1,<5.8",
+ "php": ">=7",
+ "illuminate/support": "^5.5,<5.8",
+ "illuminate/console": "^5.5,<5.8",
+ "illuminate/filesystem": "^5.5,<5.8",
17
"barryvdh/reflection-docblock": "^2.0.4",
18
"composer/composer": "^1.6"
19
},
0 commit comments