Skip to content

Commit 96727b6

Browse files
committed
Update composer.json
Allow range of Laravel versions (5.0 and 5.1)
1 parent 9647dfc commit 96727b6

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
@@ -1,6 +1,6 @@
11
{
22
"name" : "toin0u/geocoder-laravel",
3-
"description" : "Geocoder Service provider for Laravel 5.1",
3+
"description" : "Geocoder Service provider for Laravel 5.0 / 5.1",
44
"keywords" : ["laravel", "geocoder", "geocoding"],
55
"homepage" : "http://geocoder-php.org/",
66
"license" : "MIT",
@@ -14,7 +14,7 @@
1414

1515
"require" : {
1616
"php" : ">=5.4",
17-
"illuminate/support" : "5.1.*",
17+
"illuminate/support" : "5.0 - 5.1",
1818
"willdurand/geocoder" : "~2.4"
1919
},
2020

0 commit comments

Comments
 (0)