Skip to content

Commit

Permalink
Merge pull request #578 from sergeyklay/2.0.x
Browse files Browse the repository at this point in the history
Added support for testing Phalcon v2.0.11
  • Loading branch information
sergeyklay committed May 4, 2016
2 parents f5cdd6e + b54434d commit 38e05eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"require": {
"php": ">=5.4",
"ext-phalcon": ">=2.0.4",
"ext-phalcon": "^2.0",
"swiftmailer/swiftmailer": "~5.2"
},
"require-dev": {
Expand Down

0 comments on commit 38e05eb

Please sign in to comment.