Skip to content

Commit 5748dec

Browse files
committed
Add composer file update instruction
1 parent f45853f commit 5748dec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ composer require toin0u/geocoder-laravel
3333

3434
## Upgrading
3535
### 1.x to 2.x
36+
Update your composer.json file:
37+
```json
38+
"toin0u/geocoder-laravel": "^2.0",
39+
```
40+
3641
The one change to keep in mind here is that the results returned from
3742
`Geocoder for Laravel` are now using the Laravel-native Collections class
3843
instead of returning an instance of `AddressCollection`. This should provide

0 commit comments

Comments
 (0)