You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Create the composer.json file as follows:
37
37
```json
38
38
{
39
39
"require-dev": {
40
-
"phalcon/devtools": "~4.0"
40
+
"phalcon/devtools": "~4.1"
41
41
}
42
42
}
43
43
```
@@ -115,7 +115,7 @@ This command should display something similar to:
115
115
```sh
116
116
$ phalcon --help
117
117
118
-
Phalcon DevTools (4.0.4)
118
+
Phalcon DevTools (4.1.0)
119
119
120
120
Help:
121
121
Lists the commands available in Phalcon DevTools
@@ -169,7 +169,7 @@ By creating **config.json** or any other configuration file called **config** in
169
169
}
170
170
```
171
171
172
-
And then you can use use `phalcon migration run` or `phalcon controller SomeClass` and those commands will be executed with options from file. Arguments provided by developer from command line will overwrite existing one in file.
172
+
And then you can use `phalcon migration run` or `phalcon controller SomeClass` and those commands will be executed with options from file. Arguments provided by developer from command line will overwrite existing one in a file.
0 commit comments