From d93d52763cfc7c4a736751719b41061101217659 Mon Sep 17 00:00:00 2001 From: Alexey Kopytko Date: Thu, 20 Feb 2020 20:09:15 +0900 Subject: [PATCH] Allow for newer PHPUnit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a4420ee99..d346530e2 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "symfony/form": "^3.0|^4.0|^5.0", "symfony/filesystem": "^3.0|^4.0|^5.0", "symfony/expression-language": "^3.0|^4.0|^5.0", - "phpunit/phpunit": "^7.5||^8.0", + "phpunit/phpunit": "^7.5||^8.0||^9.0", "doctrine/coding-standard": "^5.0" }, "conflict": {