Skip to content

Commit 8a7d33f

Browse files
Removed non-existent --profile argument from comper-unused
Signed-off-by: Bastian Schwarz <bastian@codename-php.de>
1 parent b878703 commit 8a7d33f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"scripts": {
3838
"phpunit": "XDEBUG_MODE=coverage tools/phpunit.phar -c test/phpunit.dist.xml test/",
3939
"psalm": "XDEBUG_MODE=off tools/psalm --threads=10 --long-progress",
40-
"composer-unused": "XDEBUG_MODE=off tools/composer-unused --no-progress --no-interaction --profile",
40+
"composer-unused": "XDEBUG_MODE=off tools/composer-unused --no-progress --no-interaction",
4141
"composer-require-checker": "XDEBUG_MODE=off tools/composer-require-checker --no-interaction",
4242
"infection": "XDEBUG_MODE=coverage tools/infection --min-msi=100 --min-covered-msi=100 --threads=4 --no-progress --show-mutations",
4343
"ci-all": [

0 commit comments

Comments
 (0)