8000
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.
2 parents 1bc1931 + f107a0a commit 6f1d506Copy full SHA for 6f1d506
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