From 164ddba43002dc8ae884181b06c0ba698035000c Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Tue, 12 Feb 2019 13:58:16 +0100 Subject: [PATCH] lock on latest phpunit-bridge to avoid lowest version build failure --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 51aa6c21..270c6394 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "psr/log": "^1.0" }, "require-dev": { - "symfony/phpunit-bridge": "^3.3 || ^4.0", + "symfony/phpunit-bridge": "^4.2", "symfony/dependency-injection": "^2.8 || ^3.3 || ^4.0", "symfony/config": "^2.8 || ^3.3 || ^4.0", "symfony/event-dispatcher": "^2.8 || ^3.3 || ^4.0",