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.
2 parents ea74a0a + cb77504 commit adb45f9Copy full SHA for adb45f9
composer.json
@@ -20,8 +20,8 @@
20
],
21
"require": {
22
"php": ">=5.5.9",
23
- "illuminate/support": "~5.0",
24
- "illuminate/console": "~5.0"
+ "illuminate/support": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*",
+ "illuminate/console": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*"
25
},
26
"suggest": {
27
"geoip2/geoip2": "Required to use the MaxMind database or web service with GeoIP (~2.1).",
0 commit comments