From 81c3aa7e358c184fe0ac85fcc558c14491f27615 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 6 Jun 2019 13:36:35 +0200 Subject: [PATCH] Remove unnecessary debugging output during installation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 21f6c31..1430633 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ install: clean patch composer.json Tests/InstallPatches/composer.json.patch; \ fi - COMPOSER_PROCESS_TIMEOUT=1000 composer require -vv --dev $(sourceOrDist) typo3/cms="$(TYPO3_VERSION)" + COMPOSER_PROCESS_TIMEOUT=1000 composer require --dev $(sourceOrDist) typo3/cms="$(TYPO3_VERSION)" git checkout composer.json cgl: