From 4f71e78ddd81ddd18873ccf58c4066cd9ecc5468 Mon Sep 17 00:00:00 2001 From: Mike Meier Date: Mon, 11 Apr 2016 14:49:13 +0200 Subject: [PATCH] Provide a stable phpunit version ~5.3 for every unittest This is needed for everyone writing unit tests for this bundle. When setting up new TestCases, it is a must, that you know on which phpunit version you can rely on. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index bf1c4177409..7ba6ff5f1de 100644 --- a/composer.json +++ b/composer.json @@ -45,6 +45,7 @@ "jms/di-extra-bundle": "~1.7", "sensio/generator-bundle": "~2.3|~3.0", "symfony/yaml": "~2.3|~3.0", + "phpunit/phpunit": "^5.3", "sonata-project/intl-bundle": "^2.2.4", "symfony/phpunit-bridge": "~2.7|~3.0" },