Skip to content

Commit

Permalink
Adding support for Laravel 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpechkarev committed Sep 21, 2019
1 parent d208e84 commit 578024a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down Expand Up @@ -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",

},
```
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": "*",
Expand Down

0 comments on commit 578024a

Please sign in to comment.