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 31
31
- CC="ccache gcc"
32
32
- PATH="$PATH:~/bin"
33
33
- DISPLAY=":99.0"
34
- - PHALCON_VERSION="v3.0.2 "
34
+ - PHALCON_VERSION="v3.0.4 "
35
35
36
36
script :
37
37
- 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:
36
36
``` json
37
37
{
38
38
"require-dev" : {
39
- "phalcon/devtools" : " ~3.0.3 "
39
+ "phalcon/devtools" : " ~3.0"
40
40
}
41
41
}
42
42
```
@@ -113,7 +113,7 @@ This command should display something similar to:
113
113
``` sh
114
114
$ phalcon --help
115
115
116
- Phalcon DevTools (3.0.2 )
116
+ Phalcon DevTools (3.0.4 )
117
117
118
118
Help:
119
119
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
39
39
*/
40
40
protected static function _getVersion ()
41
41
{
42
- return [3 , 0 , 4 , 0 , 0 ];
42
+ return [3 , 0 , 5 , 0 , 0 ];
43
43
}
44
44
}
You can’t perform that action at this time.
0 commit comments