|
35 | 35 | "require-dev": {
|
36 | 36 | "php-service-bus/code-style-config": "v1.3.*",
|
37 | 37 | "phpunit/phpunit": "v9.5.*",
|
38 |
| - "vimeo/psalm": "v4.4.*", |
| 38 | + "vimeo/psalm": "v4.5.*", |
39 | 39 | "phpstan/phpstan": "v0.12.*"
|
40 | 40 | },
|
41 | 41 | "prefer-stable": true,
|
42 | 42 | "minimum-stability": "dev",
|
43 | 43 | "scripts": {
|
44 | 44 | "psalm": "./vendor/bin/psalm --config=psalm.xml",
|
45 | 45 | "phpstan": "./vendor/bin/phpstan analyse src --level 7",
|
46 |
| - "tests": "./vendor/bin/phpunit --configuration phpunit.xml --verbose", |
47 |
| - "coverage": "./vendor/bin/phpunit --configuration phpunit.xml --coverage-html ./coverage --verbose", |
48 |
| - "cs-check": "PHP_CS_FIXER_IGNORE_ENV=1 ./vendor/bin/php-cs-fixer fix --allow-risky=yes --dry-run", |
49 |
| - "cs-fix": "PHP_CS_FIXER_IGNORE_ENV=1 ./vendor/bin/php-cs-fixer fix --allow-risky=yes", |
| 46 | + "tests": "./vendor/bin/phpunit --configuration phpunit.xml --debug --verbose --debug", |
| 47 | + "coverage": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --configuration phpunit.xml --coverage-html ./coverage --debug --verbose --debug", |
| 48 | + "cs-check": "./vendor/bin/php-cs-fixer fix --allow-risky=yes --dry-run", |
| 49 | + "cs-fix": "./vendor/bin/php-cs-fixer fix --allow-risky=yes", |
50 | 50 | "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"
|
51 | 51 | },
|
52 | 52 | "config": {
|
|
0 commit comments