From 9647dfcb0e240b36479de84859dbafc351eb5e96 Mon Sep 17 00:00:00 2001 From: Keoghan Date: Fri, 5 Jun 2015 17:19:09 +0100 Subject: [PATCH 1/2] Update composer.json Tweak to allow Laravel 5.1. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6d8eb76..51a863f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name" : "toin0u/geocoder-laravel", - "description" : "Geocoder Service provider for Laravel 4", + "description" : "Geocoder Service provider for Laravel 5.1", "keywords" : ["laravel", "geocoder", "geocoding"], "homepage" : "http://geocoder-php.org/", "license" : "MIT", @@ -14,7 +14,7 @@ "require" : { "php" : ">=5.4", - "illuminate/support" : "5.0.*", + "illuminate/support" : "5.1.*", "willdurand/geocoder" : "~2.4" }, From 96727b6ef84ac204ae5762718d18971181ac603e Mon Sep 17 00:00:00 2001 From: Keoghan Date: Fri, 5 Jun 2015 17:31:17 +0100 Subject: [PATCH 2/2] Update composer.json Allow range of Laravel versions (5.0 and 5.1) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 51a863f..4ebca88 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name" : "toin0u/geocoder-laravel", - "description" : "Geocoder Service provider for Laravel 5.1", + "description" : "Geocoder Service provider for Laravel 5.0 / 5.1", "keywords" : ["laravel", "geocoder", "geocoding"], "homepage" : "http://geocoder-php.org/", "license" : "MIT", @@ -14,7 +14,7 @@ "require" : { "php" : ">=5.4", - "illuminate/support" : "5.1.*", + "illuminate/support" : "5.0 - 5.1", "willdurand/geocoder" : "~2.4" },