Skip to content

Commit d810648

Browse files
minor #19070 [ci] Upgrade to symfony/phpunit-bridge >=3.2@dev (nicolas-grekas)
This PR was merged into the 2.7 branch. Discussion ---------- [ci] Upgrade to symfony/phpunit-bridge >=3.2@dev | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- c12b666 [ci] Upgrade to symfony/phpunit-bridge >=3.2@dev
2 parents 37d39c6 + c12b666 commit d810648

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)