Updated version in example composer.json

This commit is contained in:
Gregory Oschwald 2013-10-21 11:04:28 -07:00
parent 8aedaa5f91
commit 57cb77a53c

View File

@ -25,7 +25,7 @@ To do this, add `geoip2/geoip2` to your `composer.json` file.
```json ```json
{ {
"require": { "require": {
"geoip2/geoip2": "0.4.*" "geoip2/geoip2": "0.5.*"
} }
} }
``` ```