Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Remove unnecessary debugging output during installation
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSiepmann committed Jun 6, 2019
1 parent b708436 commit 81c3aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 81c3aa7

Please sign in to comment.