diff --git a/.travis.yml b/.travis.yml index 7116ace32..11aa5f2ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ env: - TEST_DB_NAME="incubator_tests" - TEST_DB_CHARSET="utf8" matrix: + - PHALCON_VERSION="2.0.11" - PHALCON_VERSION="2.0.10" - PHALCON_VERSION="2.0.9" - PHALCON_VERSION="2.0.8" diff --git a/README.md b/README.md index f22543091..6f3b529bd 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Install Composer in a common location or in your project: curl -s http://getcomposer.org/installer | php ``` -If you are still using Phalcon 2.0.x, create the `composer.json` file as follows: +If you are using Phalcon 2.0.x, create the `composer.json` file as follows: ```json { diff --git a/composer.json b/composer.json index 101be97a6..7ff625ece 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "require": { "php": ">=5.4", - "ext-phalcon": ">=2.0.4", + "ext-phalcon": "^2.0", "swiftmailer/swiftmailer": "~5.2" }, "require-dev": {