We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bb46c1 + 6f1d506 commit 7c0b9b6Copy full SHA for 7c0b9b6
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