10000
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 89f1c35 commit b9b78b4Copy full SHA for b9b78b4
phpunit
@@ -52,6 +52,8 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__
52
$zip->close();
53
chdir("phpunit-$PHPUNIT_VERSION");
54
passthru("$COMPOSER remove --no-update symfony/yaml");
55
+ passthru("$COMPOSER remove --no-update phpspec/prophecy");
56
+ passthru("$COMPOSER require --no-update phpunit/phpunit-mock-objects \"3.1.1\"");
57
passthru("$COMPOSER require --dev --no-update symfony/phpunit-bridge \">=3.1@dev\"");
58
passthru("$COMPOSER install --prefer-dist --no-progress --ansi", $exit);
59
if ($exit) {
0 commit comments