Skip to content

Commit 325ccd7

Browse files
committed
Fix: Reduce noise from installing dependencies
1 parent 4221947 commit 325ccd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ help: ## Displays this list of targets with descriptions
2222
.PHONY: phar
2323
phar: phive ## Builds a phar with humbug/box
2424
.phive/box validate box.json
25-
composer remove ergebnis/php-cs-fixer-config psalm/plugin-phpunit vimeo/psalm --dev --no-interaction --no-progress
26-
composer remove phpunit/phpunit --no-interaction --no-progress
25+
composer remove ergebnis/php-cs-fixer-config psalm/plugin-phpunit vimeo/psalm --dev --no-interaction --quiet
26+
composer remove phpunit/phpunit --no-interaction --quiet
2727
.phive/box compile --config=box.json
2828
git checkout HEAD -- composer.json composer.lock
2929
.phive/box info .build/phar/phpunit-slow-test-detector.phar --list

0 commit comments

Comments
 (0)