Prepare for 2.0.0
This commit is contained in:
parent
94f4f9d5e6
commit
c58034524e
|
@ -1,6 +1,11 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
2.0.0 (2014-09-22)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* First production release.
|
||||||
|
|
||||||
0.9.0 (2014-09-15)
|
0.9.0 (2014-09-15)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -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.9.0
|
php composer.phar require geoip2/geoip2:~2.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,13 +14,13 @@
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"guzzle/guzzle": "3.*",
|
"guzzle/guzzle": "3.*",
|
||||||
"maxmind-db/reader": "~0.3.2",
|
"maxmind-db/reader": "~1.0",
|
||||||
"php": ">=5.3.1"
|
"php": ">=5.3.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"apigen/apigen": "~2.8.0",
|
"apigen/apigen": "~2.8.0",
|
||||||
"nette/nette": "~2.1.3",
|
"nette/nette": "~2.1.3",
|
||||||
"phpunit/phpunit": "4.1.*",
|
"phpunit/phpunit": "4.2.*",
|
||||||
"satooshi/php-coveralls": "dev-master"
|
"satooshi/php-coveralls": "dev-master"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user