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:
1212before_script :
1313 - composer self-update
1414 - 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
1616
1717script :
1818 - 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
2020
Original file line number Diff line number Diff line change 1515 "require-dev" : {
1616 "phpunit/phpunit" : " ~5.0" ,
1717 "phake/phake" : " 1.0.5" ,
18- "rkr/fakepdo" : " 0.1.*"
18+ "rkr/fakepdo" : " 0.1.*" ,
19+ "phpstan/phpstan" : " ^0.10.3"
1920 },
2021 "autoload" : {
2122 "psr-4" : {
You can’t perform that action at this time.
0 commit comments