|
22 | 22 | }, |
23 | 23 | "require-dev": { |
24 | 24 | "bamarni/composer-bin-plugin": "^1.3", |
25 | | - "captainhook/plugin-composer": "^5.0" |
| 25 | + "captainhook/plugin-composer": "^5.0", |
| 26 | + "phpunit/phpunit": "^8.0|^9.0" |
26 | 27 | }, |
27 | 28 | "config": { |
28 | 29 | "sort-packages": false, |
|
42 | 43 | }, |
43 | 44 | "scripts": { |
44 | 45 | "phpstan": "vendor/bin/phpstan analyse", |
| 46 | + "phpstan_full": "vendor/bin/phpstan clear-result-cache && vendor/bin/phpstan analyse", |
45 | 47 | "phpstan_base": "vendor/bin/phpstan analyse --generate-baseline", |
46 | | - "phpstan_clear": "vendor/bin/phpstan clear-result-cache", |
47 | | - "psalm": "vendor/bin/psalm --show-info=false --diff", |
48 | | - "psalm_full": "vendor/bin/psalm --show-info=false", |
| 48 | + "psalm": "vendor/bin/psalm --show-info=false", |
| 49 | + "psalm_full": "vendor/bin/psalm --clear-cache && vendor/bin/psalm --show-info=false", |
49 | 50 | "psalm_base": "vendor/bin/psalm --set-baseline=psalm-baseline.xml", |
50 | 51 | "phpunit": "vendor/bin/phpunit --colors=always", |
51 | 52 | "phpunit_clover": "vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml", |
52 | | - "codecoverage": "vendor/bin/phpunit --coverage-html tests/_reports", |
| 53 | + "coverage": "vendor/bin/phpunit --coverage-html tests/_reports", |
53 | 54 | "phpcs": "vendor/bin/phpcs --standard=ruleset.xml --extensions=php --cache=.phpcs-cache --colors src tests", |
54 | 55 | "phpcsfix": "vendor/bin/phpcbf --standard=ruleset.xml --extensions=php --cache=.phpcs-cache src tests", |
55 | 56 | "binupdate": "@composer bin all update --ansi", |
|
0 commit comments