From b54434d0a19b8d76e321e1e3c850774e999a59d2 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Wed, 4 May 2016 23:49:54 +0300 Subject: [PATCH] Added support for testing Phalcon v2.0.11 --- .travis.yml | 1 + README.md | 2 +- composer.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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": {