File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Create the composer.json file as follows:
3636``` json
3737{
3838 "require-dev" : {
39- "phalcon/devtools" : " ~3.3 "
39+ "phalcon/devtools" : " ~3.4 "
4040 }
4141}
4242```
@@ -114,7 +114,7 @@ This command should display something similar to:
114114``` sh
115115$ phalcon --help
116116
117- Phalcon DevTools (3.3 .0)
117+ Phalcon DevTools (3.4 .0)
118118
119119Help:
120120 Lists the commands available in Phalcon devtools
Original file line number Diff line number Diff line change 44 +------------------------------------------------------------------------+
55 | Phalcon Developer Tools |
66 +------------------------------------------------------------------------+
7- | Copyright (c) 2011-2017 Phalcon Team (https://www.phalconphp.com) |
7+ | Copyright (c) 2011-present Phalcon Team (https://www.phalconphp.com) |
88 +------------------------------------------------------------------------+
99 | This source file is subject to the New BSD License that is bundled |
1010 | with this package in the file LICENSE.txt. |
@@ -39,6 +39,6 @@ class Version extends PhVersion
3939 */
4040 protected static function _getVersion ()
4141 {
42- return [3 , 3 , 0 , 4 , 0 ];
42+ return [3 , 4 , 0 , 4 , 0 ];
4343 }
4444}
You can’t perform that action at this time.
0 commit comments