From 71feda8192b02773446f7eb0dde1a627eedf334f Mon Sep 17 00:00:00 2001 From: neilime Date: Sat, 2 Feb 2019 15:22:49 +0100 Subject: [PATCH] Fix composer.json --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7684dc6ac..f5f8e018a 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "zendframework/zend-view": "^2.3" }, "require-dev": { - "phpunit/phpunit": "^8.0" + "phpunit/phpunit": "^7.5" }, "autoload": { "psr-4": { @@ -58,6 +58,10 @@ "testCi": "cd tests && phpunit -d max_execution_time=0 --coverage-text --coverage-clover ../build/logs/clover.xml --coverage-html ../build/coverage/ && cd .." }, "config": { + "platform": { + "php": "7.1.0" + }, + "optimize-autoloader": true, "sort-packages": true }, "extra": {