From b0ac845494c9ff4093284acb962269aa2bc3922c Mon Sep 17 00:00:00 2001 From: Michael Bodnarchuk Date: Sat, 5 May 2018 01:23:55 +0300 Subject: [PATCH] Support PHPUnit 7.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e89dc7a..cd976b7 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ } }, "require": { - "phpunit/phpunit": "^6.4", + "phpunit/phpunit": "^6.4|^7.0", "symfony/expression-language": "^3.3" } }