File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed 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.4 .*" ,
44+ "vimeo/psalm" : " v4.5 .*" ,
4545 "phpstan/phpstan" : " v0.12.*"
4646 },
4747 "prefer-stable" : true ,
4848 "minimum-stability" : " stable" ,
4949 "scripts" : {
5050 "psalm" : " ./vendor/bin/psalm --config=psalm.xml" ,
5151 "phpstan" : " ./vendor/bin/phpstan analyse src --level 7" ,
52- "tests" : " ./vendor/bin/phpunit --configuration phpunit.xml --verbose" ,
53- "coverage" : " ./vendor/bin/phpunit --configuration phpunit.xml --coverage-html ./coverage --verbose" ,
54- "cs-check" : " PHP_CS_FIXER_IGNORE_ENV=1 ./vendor/bin/php-cs-fixer fix --allow-risky=yes --dry-run" ,
55- "cs-fix" : " PHP_CS_FIXER_IGNORE_ENV=1 ./vendor/bin/php-cs-fixer fix --allow-risky=yes" ,
52+ "tests" : " ./vendor/bin/phpunit --configuration phpunit.xml --debug -- verbose --debug " ,
53+ "coverage" : " XDEBUG_MODE=coverage ./vendor/bin/phpunit --configuration phpunit.xml --coverage-html ./coverage --debug -- verbose --debug " ,
54+ "cs-check" : " ./vendor/bin/php-cs-fixer fix --allow-risky=yes --dry-run" ,
55+ "cs-fix" : " ./vendor/bin/php-cs-fixer fix --allow-risky=yes" ,
5656 "pre-commit" : " PHP_CS_FIXER_IGNORE_ENV=1 ./vendor/bin/php-cs-fixer fix --allow-risky=yes && ./vendor/bin/psalm --config=psalm.xml && ./vendor/bin/phpstan analyse src --level 7 && ./vendor/bin/phpunit --configuration phpunit.xml --verbose"
5757 },
5858 "config" : {
You can’t perform that action at this time.
0 commit comments