Skip to content

Commit c12b666

Browse files
[ci] Upgrade to symfony/phpunit-bridge >=3.2@dev
1 parent 37d39c6 commit c12b666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__
5656
if (5.1 <= $PHPUNIT_VERSION && $PHPUNIT_VERSION < 5.4) {
5757
passthru("$COMPOSER require --no-update phpunit/phpunit-mock-objects \"~3.1.0\"");
5858
}
59-
passthru("$COMPOSER require --dev --no-update symfony/phpunit-bridge \">=3.1@dev\"");
59+
passthru("$COMPOSER require --dev --no-update symfony/phpunit-bridge \">=3.2@dev\"");
6060
passthru("$COMPOSER install --prefer-dist --no-progress --ansi", $exit);
6161
if ($exit) {
6262
exit($exit);

0 commit comments

Comments
 (0)