We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c1c4e7 + 7c0b9b6 commit 4e98d89Copy full SHA for 4e98d89
phpunit
@@ -49,6 +49,7 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__
49
$zip->close();
50
chdir("phpunit-$PHPUNIT_VERSION");
51
passthru("$COMPOSER remove --no-update symfony/yaml");
52
+ passthru("$COMPOSER require --no-update phpunit/phpunit-mock-objects \"<=3.0.0\"");
53
passthru("$COMPOSER require --dev --no-update symfony/phpunit-bridge \">=2.8@dev\"");
54
passthru("$COMPOSER install --prefer-source --no-progress --ansi");
55
file_put_contents('phpunit', <<<EOPHP
0 commit comments