Skip to content

Commit cb77504

Browse files
authored
Update composer.json
1 parent b5d77ed commit cb77504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
],
2121
"require": {
2222
"php": ">=5.5.9",
23-
"illuminate/support": "~5.0",
24-
"illuminate/console": "~5.0"
23+
"illuminate/support": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*",
24+
"illuminate/console": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*"
2525
},
2626
"suggest": {
2727
"geoip2/geoip2": "Required to use the MaxMind database or web service with GeoIP (~2.1).",

0 commit comments

Comments
 (0)