Skip to content

Commit

Permalink
Updated README [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Feb 5, 2016
1 parent 1878f25 commit e040517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ Install Composer in a common location or in your project:
curl -s http://getcomposer.org/installer | php
```

Create the `composer.json` file as follows:
If you are still using Phalcon 2.0.x, create the `composer.json` file as follows:

```json
{
"require": {
"phalcon/incubator": "dev-master"
"phalcon/incubator": "^2.0"
}
}
```
Expand Down

0 comments on commit e040517

Please sign in to comment.