Skip to content

Commit

Permalink
Disable verbose logging for composer unused until composer-unused/com…
Browse files Browse the repository at this point in the history
…poser-unused#83 is merged and released

SPBCC-11
  • Loading branch information
JoshuaBehrens committed May 21, 2020
1 parent b5135cb commit cc8685d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -35,7 +35,7 @@ cs-psalm: vendor .build

.PHONY: cs-composer-unused
cs-composer-unused: vendor
$(COMPOSER) unused --no-progress -vvv
$(COMPOSER) unused --no-progress

.PHONY: cs-soft-require
cs-soft-require: vendor .build
Expand Down

0 comments on commit cc8685d

Please sign in to comment.