File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ services:
12
12
before_script :
13
13
- composer self-update
14
14
- composer update
15
- - if [ $(phpenv version-name) != "5.6" ]; then composer require --dev phpstan/phpstan; fi
15
+ - # if [ $(phpenv version-name) != "5.6" ]; then composer require --dev phpstan/phpstan; fi
16
16
17
17
script :
18
18
- vendor/bin/phpunit -c tests.xml
19
- - if [ $(phpenv version-name) != "5.6" ]; then composer run-script phpstan; fi
19
+ - # if [ $(phpenv version-name) != "5.6" ]; then composer run-script phpstan; fi
20
20
Original file line number Diff line number Diff line change 15
15
"require-dev" : {
16
16
"phpunit/phpunit" : " ~5.0" ,
17
17
"phake/phake" : " 1.0.5" ,
18
- "rkr/fakepdo" : " 0.1.*"
18
+ "rkr/fakepdo" : " 0.1.*" ,
19
+ "phpstan/phpstan" : " ^0.10.3"
19
20
},
20
21
"autoload" : {
21
22
"psr-4" : {
You can’t perform that action at this time.
0 commit comments