From 4cce23d9ca20e447239a42e57137e744a78f65f9 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Sat, 1 Feb 2020 16:57:56 +0100 Subject: [PATCH] [Bridge/PhpUnit] dont conflict with phpunit 4.8 --- src/Symfony/Bridge/PhpUnit/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bridge/PhpUnit/composer.json b/src/Symfony/Bridge/PhpUnit/composer.json index 017793ee4920..9c0965dfae3e 100644 --- a/src/Symfony/Bridge/PhpUnit/composer.json +++ b/src/Symfony/Bridge/PhpUnit/composer.json @@ -24,7 +24,7 @@ "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" }, "conflict": { - "phpunit/phpunit": "<5.4.3" + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" }, "autoload": { "files": [ "bootstrap.php" ],