Skip to content

Commit

Permalink
Latest 2.0.x release
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed May 4, 2016
1 parent c31bccc commit 30b0933
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Create the composer.json file as follows:
```json
{
"require": {
"phalcon/devtools": "dev-master"
"phalcon/devtools": "^2.0"
}
}
```
Expand Down Expand Up @@ -105,7 +105,7 @@ This command should display something similar to:
```sh
$ phalcon list ?

Phalcon DevTools (2.0.9)
Phalcon DevTools (2.0.11)

Help:
Lists the commands available in Phalcon devtools
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
],
"require": {
"php": ">=5.3.9",
"ext-phalcon": "~2.0"
"ext-phalcon": "^2.0"
},
"require-dev": {
"kherge/box": "^2.5"
"kherge/box": "^2.7"
},
"autoload": {
"psr-4" : {
Expand Down

0 comments on commit 30b0933

Please sign in to comment.