Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpechkarev authored May 20, 2020
1 parent 9bdcff8 commit 61865e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ Issue following command in console:
For laravel 6 use `6.0`.

```php
composer require "alexpechkarev/google-maps":"7.0.1"
composer require "alexpechkarev/google-maps":"7.1"
```

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

},
```
Expand Down

0 comments on commit 61865e5

Please sign in to comment.