We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cdd278 commit 0382c0bCopy full SHA for 0382c0b
1 file changed
composer.json
@@ -58,15 +58,16 @@
58
"Composer\\Config::disableProcessTimeout",
59
"@cs",
60
"@deduplicate",
61
- "@inspect",
62
"@analyze",
+ "@inspect",
63
"@test"
64
],
65
"cs": "php-cs-fixer fix --ansi --verbose --dry-run --diff",
66
- "cs-fix": "php-cs-fixer fix --ansi --verbose --diff --using-cache=yes",
+ "cs-fix": "php-cs-fixer fix --ansi --verbose --diff",
67
"style": "@cs-fix",
68
"deduplicate": "phpcpd app/ src/",
69
"inspect": "deptrac analyze --cache-file=build/deptrac.cache",
70
- "mutate": "infection --threads=2 --skip-initial-tests --coverage=build/phpunit"
+ "mutate": "infection --threads=2 --skip-initial-tests --coverage=build/phpunit",
71
+ "test": "phpunit"
72
}
73
0 commit comments