We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e67f121 commit af0fa10Copy full SHA for af0fa10
.installer/templates/composer.json
@@ -32,7 +32,7 @@
32
"scripts": {
33
"phpunit": "tools/phpunit.phar -c test/phpunit.dist.xml test/",
34
"psalm": "tools/psalm --threads=10 --long-progress",
35
- "composer-unused": "tools/composer-unused --no-progress --no-interaction --profile",
+ "composer-unused": "tools/composer-unused --no-progress --no-interaction",
36
"composer-require-checker": "tools/composer-require-checker --no-interaction",
37
"infection": "XDEBUG_MODE=coverage tools/infection --min-msi=95 --min-covered-msi=95 --threads=4 --no-progress --show-mutations",
38
"ci-all": [
0 commit comments