We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4221947 commit 325ccd7Copy full SHA for 325ccd7
Makefile
@@ -22,8 +22,8 @@ help: ## Displays this list of targets with descriptions
22
.PHONY: phar
23
phar: phive ## Builds a phar with humbug/box
24
.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
+ composer remove ergebnis/php-cs-fixer-config psalm/plugin-phpunit vimeo/psalm --dev --no-interaction --quiet
+ composer remove phpunit/phpunit --no-interaction --quiet
27
.phive/box compile --config=box.json
28
git checkout HEAD -- composer.json composer.lock
29
.phive/box info .build/phar/phpunit-slow-test-detector.phar --list
0 commit comments