File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 - CC="ccache gcc"
3232 - PATH="$PATH:~/bin"
3333 - DISPLAY=":99.0"
34- - PHALCON_VERSION="v3.0.2 "
34+ - PHALCON_VERSION="v3.0.4 "
3535
3636script :
3737 - tests/lint.sh --lint ${TRAVIS_BUILD_DIR}/ide/stubs
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.0.3 "
39+ "phalcon/devtools" : " ~3.0"
4040 }
4141}
4242```
@@ -113,7 +113,7 @@ This command should display something similar to:
113113``` sh
114114$ phalcon --help
115115
116- Phalcon DevTools (3.0.2 )
116+ Phalcon DevTools (3.0.4 )
117117
118118Help:
119119 Lists the commands available in Phalcon devtools
Original file line number Diff line number Diff line change @@ -39,6 +39,6 @@ class Version extends PhVersion
3939 */
4040 protected static function _getVersion ()
4141 {
42- return [3 , 0 , 4 , 0 , 0 ];
42+ return [3 , 0 , 5 , 0 , 0 ];
4343 }
4444}
You can’t perform that action at this time.
0 commit comments