Skip to content

Commit

Permalink
Fixed Composer instructions [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed May 13, 2015
1 parent f1950e9 commit 53c773c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,18 @@ Install composer in a common location or in your project:
curl -s http://getcomposer.org/installer | php
```

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

```json
{
"require": {
"phalcon/incubator": "v2.0.0"
"phalcon/incubator": "dev-master"
}
}
```

If you are still using Phalcon 1.3.x, create a composer.json with the following instead:

```json
{
"require": {
Expand Down

0 comments on commit 53c773c

Please sign in to comment.