Skip to content

Commit

Permalink
Adding support for Laravel 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpechkarev committed Sep 21, 2019
1 parent e4f7594 commit 48be734
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ Installation
Issue following command in console:

```php
composer require "alexpechkarev/google-maps":"5.6"
composer require "alexpechkarev/google-maps":"5.7"
```

Alternatively edit composer.json by adding following line and run **`composer update`**
```php
"require": {
....,
"alexpechkarev/google-maps":"5.6",
"alexpechkarev/google-maps":"5.7",

},
```
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.6",
"version": "5.6",
"description": "Collection of Google Maps API Web Services for Laravel 5.7",
"version": "5.7",
"keywords": [
"google maps api",
"google maps api for laravel",
Expand All @@ -26,8 +26,8 @@
],
"minimum-stability": "stable",
"require": {
"illuminate/support": "5.6.*",
"illuminate/config": "5.6.*",
"illuminate/support": "5.7.*",
"illuminate/config": "5.7.*",
"alexpechkarev/geometry-library" : "1.0.0",
"jbroadway/urlify": "^1.1",
"ext-json": "*",
Expand Down

0 comments on commit 48be734

Please sign in to comment.