Prepare for 2.0.0

This commit is contained in:
Gregory Oschwald 2014-09-22 10:49:45 -07:00
parent 94f4f9d5e6
commit c58034524e
3 changed files with 8 additions and 3 deletions

View File

@ -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)
------------------ ------------------

View File

@ -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

View File

@ -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": {