File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141 run : composer update --no-ansi --no-interaction --no-progress
4242
4343 - name : Run vimeo/psalm
44- run : ./vendor/bin/psalm --config=psalm.xml --shepherd
44+ run : rm -rf ~/.cache/psalm/ && ./vendor/bin/psalm --config=psalm.xml --shepherd
4545
4646 phpstan :
4747 name : PHPStan
Original file line number Diff line number Diff line change 4141 "require-dev" : {
4242 "php-service-bus/code-style-config" : " v1.3.*" ,
4343 "phpunit/phpunit" : " v9.5.*" ,
44- "vimeo/psalm" : " v4.5 .*" ,
44+ "vimeo/psalm" : " v4.6 .*" ,
4545 "phpstan/phpstan" : " v0.12.*"
4646 },
4747 "prefer-stable" : true ,
4848 "minimum-stability" : " stable" ,
4949 "scripts" : {
50- "psalm" : " ./vendor/bin/psalm --config=psalm.xml" ,
50+ "psalm" : " rm -rf ~/.cache/psalm/ && ./vendor/bin/psalm --config=psalm.xml" ,
5151 "phpstan" : " ./vendor/bin/phpstan analyse src --level 7" ,
5252 "tests" : " ./vendor/bin/phpunit --configuration phpunit.xml --debug --verbose --debug" ,
5353 "coverage" : " XDEBUG_MODE=coverage ./vendor/bin/phpunit --configuration phpunit.xml --coverage-html ./coverage --debug --verbose --debug" ,
You can’t perform that action at this time.
0 commit comments