Remove unnecessary debugging output during installation

This commit is contained in:
Daniel Siepmann 2019-06-06 13:36:35 +02:00
parent b7084367ec
commit 81c3aa7e35
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -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: