We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f9f92 commit 2269e2cCopy full SHA for 2269e2c
README.md
@@ -65,11 +65,14 @@ Just create a `composer.json` file for your project:
65
``` json
66
{
67
"require": {
68
- "willdurand/geocoder": "*"
+ "willdurand/geocoder": "@stable"
69
}
70
71
```
72
73
+**Protip:** you should browse the [willdurand/geocoder](https://packagist.org/packages/willdurand/geocoder)
74
+page to choose a stable version to use, avoid the `@stable` meta constraint.
75
+
76
And run these two commands to install it:
77
78
``` bash
0 commit comments