From 0ff8ffed84d80dc7c8da8c3efb58ccb344ef0fcc Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 11 May 2017 09:51:14 +0200 Subject: [PATCH] TASK: Allow PHP7 tests to run * Ignore platform-reqs of composer to allow installation of TYPO3 CMS 6.x with newer PHP Versions. * Don't make 6.2 version fix. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e32cdaa..2520ab0 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ current_dir := $(dir $(mkfile_path)) TYPO3_WEB_DIR := $(current_dir).Build/Web # Allow different versions on travis -TYPO3_VERSION ?= ~6.2.19 +TYPO3_VERSION ?= ~6.2 typo3DatabaseName ?= "searchcore_test" typo3DatabaseUsername ?= "dev" typo3DatabasePassword ?= "dev" @@ -11,7 +11,7 @@ typo3DatabaseHost ?= "127.0.0.1" .PHONY: install install: clean - COMPOSER_PROCESS_TIMEOUT=1000 composer require -vv --dev --prefer-source typo3/cms="$(TYPO3_VERSION)" + COMPOSER_PROCESS_TIMEOUT=1000 composer require -vv --dev --prefer-source --ignore-platform-reqs typo3/cms="$(TYPO3_VERSION)" git checkout composer.json functionalTests: