Prepare for 0.8.0
This commit is contained in:
parent
d52a0b057e
commit
0d90c7a78e
|
@ -1,7 +1,7 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
0.8.0 (2014-0X-XX)
|
0.8.0 (2014-09-10)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
* The `GeoIP2\Database\Reader` lookup methods (e.g., `city()`, `isp()`) now
|
* The `GeoIP2\Database\Reader` lookup methods (e.g., `city()`, `isp()`) now
|
||||||
|
|
|
@ -26,7 +26,7 @@ You should now have the file `composer.phar` in your project directory.
|
||||||
Run in your project root:
|
Run in your project root:
|
||||||
|
|
||||||
```
|
```
|
||||||
php composer.phar require geoip2/geoip2:~0.7.0
|
php composer.phar require geoip2/geoip2:~0.8.0
|
||||||
```
|
```
|
||||||
|
|
||||||
You should now have the files `composer.json` and `composer.lock` as well as
|
You should now have the files `composer.json` and `composer.lock` as well as
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"guzzle/guzzle": "3.*",
|
"guzzle/guzzle": "3.*",
|
||||||
"maxmind-db/reader": "~0.3.1",
|
"maxmind-db/reader": "~0.3.2",
|
||||||
"php": ">=5.3.1"
|
"php": ">=5.3.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user