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