We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31bccc commit 30b0933Copy full SHA for 30b0933
README.md
@@ -34,7 +34,7 @@ Create the composer.json file as follows:
34
```json
35
{
36
"require": {
37
- "phalcon/devtools": "dev-master"
+ "phalcon/devtools": "^2.0"
38
}
39
40
```
@@ -105,7 +105,7 @@ This command should display something similar to:
105
```sh
106
$ phalcon list ?
107
108
-Phalcon DevTools (2.0.9)
+Phalcon DevTools (2.0.11)
109
110
Help:
111
Lists the commands available in Phalcon devtools
composer.json
@@ -13,10 +13,10 @@
13
],
14
15
"php": ">=5.3.9",
16
- "ext-phalcon": "~2.0"
+ "ext-phalcon": "^2.0"
17
},
18
"require-dev": {
19
- "kherge/box": "^2.5"
+ "kherge/box": "^2.7"
20
21
"autoload": {
22
"psr-4" : {
0 commit comments