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 22
22
before_script :
23
23
- if [ "${DEPENDENCIES}" = "lowest" ]; then composer update --prefer-lowest --prefer-dist --no-interaction --no-progress; fi;
24
24
- 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
26
26
- export XMLLINT_INDENT=" "
27
27
28
28
script :
Original file line number Diff line number Diff line change 23
23
},
24
24
"require-dev" : {
25
25
"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 " ,
28
28
"phpunit/phpunit" : " ^7.0" ,
29
- "vimeo/psalm" : " ^3.8 "
29
+ "vimeo/psalm" : " ^4.0 "
30
30
},
31
31
"require" : {
32
32
"php" : " ~7.2" ,
You can’t perform that action at this time.
0 commit comments