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 2222before_script :
2323 - if [ "${DEPENDENCIES}" = "lowest" ]; then composer update --prefer-lowest --prefer-dist --no-interaction --no-progress; fi;
2424 - if [ "${DEPENDENCIES}" = "highest" ]; then composer update --prefer-dist --no-interaction --no-progress; fi;
25- - if [ "${DEPENDENCIES}" = "highest" ]; then pecl install -f ast-1.0.7 ; fi; # Install AST extension, as phan uses it
25+ - if [ "${DEPENDENCIES}" = "highest" ]; then pecl install -f ast-1.0.10 ; fi; # Install AST extension, as phan uses it
2626 - export XMLLINT_INDENT=" "
2727
2828script :
Original file line number Diff line number Diff line change 2323 },
2424 "require-dev" : {
2525 "phan/phan" : " ^3.1.0" ,
26- "phpstan/phpstan" : " ^0.12.33 " ,
27- "phpstan/phpstan-strict-rules" : " ^0.12" ,
26+ "phpstan/phpstan" : " ^0.12.58 " ,
27+ "phpstan/phpstan-strict-rules" : " ^0.12.4 " ,
2828 "phpunit/phpunit" : " ^7.0" ,
29- "vimeo/psalm" : " ^3.8 "
29+ "vimeo/psalm" : " ^4.0 "
3030 },
3131 "require" : {
3232 "php" : " ~7.2" ,
You can’t perform that action at this time.
0 commit comments