Skip to content

Commit 30b0933

Browse files
committed
Latest 2.0.x release
1 parent c31bccc commit 30b0933

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Create the composer.json file as follows:
3434
```json
3535
{
3636
"require": {
37-
"phalcon/devtools": "dev-master"
37+
"phalcon/devtools": "^2.0"
3838
}
3939
}
4040
```
@@ -105,7 +105,7 @@ This command should display something similar to:
105105
```sh
106106
$ phalcon list ?
107107

108-
Phalcon DevTools (2.0.9)
108+
Phalcon DevTools (2.0.11)
109109

110110
Help:
111111
Lists the commands available in Phalcon devtools

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
],
1414
"require": {
1515
"php": ">=5.3.9",
16-
"ext-phalcon": "~2.0"
16+
"ext-phalcon": "^2.0"
1717
},
1818
"require-dev": {
19-
"kherge/box": "^2.5"
19+
"kherge/box": "^2.7"
2020
},
2121
"autoload": {
2222
"psr-4" : {

0 commit comments

Comments
 (0)