From d2240e24f96c200de754d52527a3bd8b36a802e0 Mon Sep 17 00:00:00 2001 From: Baptiste Langlade Date: Thu, 15 Aug 2019 11:36:19 +0200 Subject: [PATCH] downgrade phpunit to 7 to support php 7.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 742e520..c0a6ebc 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ } }, "require-dev": { - "phpunit/phpunit": "~8.0", + "phpunit/phpunit": "~7.0", "phpbench/phpbench": "^0.14.0" }, "scripts": {