From 90b3ca1eb89964bebd38c4cb677dc0e92623da6d Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Mon, 21 Sep 2015 02:37:07 +0200 Subject: [PATCH] Add the Symfony PHPUnit bridge to catch deprecations --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index a3b9922..7d12bbc 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,7 @@ }, "require-dev": { + "symfony/phpunit-bridge": "~2.7", "silex/silex": "~1.2" },