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 41
41
"require-dev" : {
42
42
"php-service-bus/code-style-config" : " v1.3.*" ,
43
43
"phpunit/phpunit" : " v9.5.*" ,
44
- "vimeo/psalm" : " v4.4 .*" ,
44
+ "vimeo/psalm" : " v4.5 .*" ,
45
45
"phpstan/phpstan" : " v0.12.*"
46
46
},
47
47
"prefer-stable" : true ,
48
48
"minimum-stability" : " stable" ,
49
49
"scripts" : {
50
50
"psalm" : " ./vendor/bin/psalm --config=psalm.xml" ,
51
51
"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" ,
56
56
"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"
57
57
},
58
58
"config" : {
You can’t perform that action at this time.
0 commit comments