8000 Fix installation guidelines · geocoder-php/Geocoder@fda5d38 · GitHub
[go: up one dir, main page]

Skip to content

Commit fda5d38

Browse files
committed
Fix installation guidelines
1 parent 502f344 commit fda5d38

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.markdown

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,14 @@ Just create a `composer.json` file for your project:
7474
``` json
7575
{
7676
"require": {
77-
"willdurand/geocoder": "*"
77+
"willdurand/geocoder": "@stable"
7878
}
7979
}
8080
```
8181

82+
**Protip:** you should browse the [willdurand/geocoder](https://packagist.org/packages/willdurand/geocoder)
83+
page to choose a stable version to use, avoid the `@stable` meta constraint.
84+
8285
And run these two commands to install it:
8386

8487
``` bash

0 commit comments

Comments
 (0)
0