From c12b66664fdd2993dd5b37bdff148356445a787c Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Thu, 16 Jun 2016 09:20:06 +0200 Subject: [PATCH] [ci] Upgrade to symfony/phpunit-bridge >=3.2@dev --- phpunit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit b/phpunit index 3ab3ca1686..f70cdbfb49 100755 --- a/phpunit +++ b/phpunit @@ -56,7 +56,7 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__ if (5.1 <= $PHPUNIT_VERSION && $PHPUNIT_VERSION < 5.4) { passthru("$COMPOSER require --no-update phpunit/phpunit-mock-objects \"~3.1.0\""); } - passthru("$COMPOSER require --dev --no-update symfony/phpunit-bridge \">=3.1@dev\""); + passthru("$COMPOSER require --dev --no-update symfony/phpunit-bridge \">=3.2@dev\""); passthru("$COMPOSER install --prefer-dist --no-progress --ansi", $exit); if ($exit) { exit($exit);