Remove unnecessary complexity from install

There is no need to require anything, as only a single TYPO3 version is
supported.
This commit is contained in:
Daniel Siepmann 2019-06-06 13:41:56 +02:00
parent 1f082ab673
commit 96a1db31ed
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -12,8 +12,7 @@ typo3DatabaseHost ?= "127.0.0.1"
.PHONY: install
install: clean
COMPOSER_PROCESS_TIMEOUT=1000 composer require --dev typo3/cms-core="$(TYPO3_VERSION)"
git checkout composer.json
composer install
cgl:
./.Build/bin/phpcs