Skip to content

Commit 4e98d89

Browse files
Merge branch '2.8'
* 2.8: [ci] Tmp force phpunit/phpunit-mock-objects <= 3.0.0
2 parents 1c1c4e7 + 7c0b9b6 commit 4e98d89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__
4949
$zip->close();
5050
chdir("phpunit-$PHPUNIT_VERSION");
5151
passthru("$COMPOSER remove --no-update symfony/yaml");
52+
passthru("$COMPOSER require --no-update phpunit/phpunit-mock-objects \"<=3.0.0\"");
5253
passthru("$COMPOSER require --dev --no-update symfony/phpunit-bridge \">=2.8@dev\"");
5354
passthru("$COMPOSER install --prefer-source --no-progress --ansi");
5455
file_put_contents('phpunit', <<<EOPHP

0 commit comments

Comments
 (0)