From c11fad07501b7354d8643e31e1a030288cf0e320 Mon Sep 17 00:00:00 2001 From: Tobias Schultze Date: Sat, 14 Nov 2015 01:10:04 +0100 Subject: [PATCH] Add phpunit-bridge to handle deprecations Even though the standard-edition itself doesn't/shouldn't trigger deprecations, the phpunit bridge should still be included by default as developers will have to deal with deprecations sooner or later anyway (and they could even come from outside of symfony). --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 074b3bc478..6f94bddf1d 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,8 @@ "incenteev/composer-parameter-handler": "~2.0" }, "require-dev": { - "sensio/generator-bundle": "~2.3" + "sensio/generator-bundle": "~2.3", + "symfony/phpunit-bridge": "~2.7" }, "scripts": { "post-install-cmd": [