We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d41d93 commit 1b428dfCopy full SHA for 1b428df
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