From 96a1db31ede5c43298f23d55b4afe5a7c325a910 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 6 Jun 2019 13:41:56 +0200 Subject: [PATCH] Remove unnecessary complexity from install There is no need to require anything, as only a single TYPO3 version is supported. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 360db77..77f3ad9 100644 --- a/Makefile +++ b/Makefile @@ -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