Merge branch '2.7' into 2.8

* 2.7:
  [ci] Upgrade to symfony/phpunit-bridge >=3.2@dev
This commit is contained in:
Nicolas Grekas 2016-06-16 09:28:05 +02:00
commit 8ed6f40a24
1 changed files with 1 additions and 1 deletions

View File

@ -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);