We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b878703 commit 8a7d33fCopy full SHA for 8a7d33f
1 file changed
composer.json
@@ -37,7 +37,7 @@
37
"scripts": {
38
"phpunit": "XDEBUG_MODE=coverage tools/phpunit.phar -c test/phpunit.dist.xml test/",
39
"psalm": "XDEBUG_MODE=off tools/psalm --threads=10 --long-progress",
40
- "composer-unused": "XDEBUG_MODE=off tools/composer-unused --no-progress --no-interaction --profile",
+ "composer-unused": "XDEBUG_MODE=off tools/composer-unused --no-progress --no-interaction",
41
"composer-require-checker": "XDEBUG_MODE=off tools/composer-require-checker --no-interaction",
42
"infection": "XDEBUG_MODE=coverage tools/infection --min-msi=100 --min-covered-msi=100 --threads=4 --no-progress --show-mutations",
43
"ci-all": [
0 commit comments