Skip to content

Commit af0fa10

Browse files
author
Bastian Schwarz
committed
Remove --profile option from composer unused as it doesn't exist anymore
Fixes #11
1 parent e67f121 commit af0fa10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.installer/templates/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"scripts": {
3333
"phpunit": "tools/phpunit.phar -c test/phpunit.dist.xml test/",
3434
"psalm": "tools/psalm --threads=10 --long-progress",
35-
"composer-unused": "tools/composer-unused --no-progress --no-interaction --profile",
35+
"composer-unused": "tools/composer-unused --no-progress --no-interaction",
3636
"composer-require-checker": "tools/composer-require-checker --no-interaction",
3737
"infection": "XDEBUG_MODE=coverage tools/infection --min-msi=95 --min-covered-msi=95 --threads=4 --no-progress --show-mutations",
3838
"ci-all": [

0 commit comments

Comments
 (0)