diff --git a/README.md b/README.md index bd466e1..db0d21a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Collection of Google Maps API Web Services for Laravel 5.4 +## Collection of Google Maps API Web Services for Laravel 5.5 Provides convenient way of setting up and making requests to Maps API from [Laravel](http://laravel.com/) application. For services documentation, API key and Usage Limits visit [Google Maps API Web Services](https://developers.google.com/maps/documentation/webservices/) and [Maps API for Terms of Service License Restrictions](https://developers.google.com/maps/terms#section_10_12). @@ -46,14 +46,14 @@ Installation Issue following command in console: ```php -composer require "alexpechkarev/google-maps":"5.4" +composer require "alexpechkarev/google-maps":"5.5" ``` Alternatively edit composer.json by adding following line and run **`composer update`** ```php "require": { ...., - "alexpechkarev/google-maps":"5.4", + "alexpechkarev/google-maps":"5.5", }, ``` diff --git a/composer.json b/composer.json index ef8a292..cee3c29 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "alexpechkarev/google-maps", - "description": "Collection of Google Maps API Web Services for Laravel 5.4", - "version": "5.4", + "description": "Collection of Google Maps API Web Services for Laravel 5.5", + "version": "5.5", "keywords": [ "google maps api", "google maps api for laravel", @@ -26,8 +26,8 @@ ], "minimum-stability": "stable", "require": { - "illuminate/support": "5.4.*", - "illuminate/config": "5.4.*", + "illuminate/support": "5.5.*", + "illuminate/config": "5.5.*", "alexpechkarev/geometry-library" : "1.0.0", "jbroadway/urlify": "^1.1", "ext-json": "*",