From 181350d6cc5a32457878cb6df427b56ad200c05f Mon Sep 17 00:00:00 2001 From: Fabien Villepinte Date: Fri, 11 Sep 2020 15:41:33 +0200 Subject: [PATCH] Put back symfony/phpunit-bridge --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 03adcd7cf..861c6e36f 100644 --- a/composer.json +++ b/composer.json @@ -70,7 +70,8 @@ "infection/infection": "^0.15", "mikey179/vfsstream": "^1.6", "padraic/humbug_get_contents": "^1.1", - "phpunit/phpunit": "^8.1" + "phpunit/phpunit": "^8.1", + "symfony/phpunit-bridge": "^4.2 || ^5.0" }, "suggest": { "ext-openssl": "To accelerate private key generation."