Thanks to visit codestin.com Credit goes to github.com
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 37dd041 commit ae9bae7Copy full SHA for ae9bae7
phpunit
@@ -51,6 +51,7 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__
51
$zip->extractTo(getcwd());
52
$zip->close();
53
chdir("phpunit-$PHPUNIT_VERSION");
54
+ passthru("$COMPOSER remove --no-update phpspec/prophecy");
55
passthru("$COMPOSER remove --no-update symfony/yaml");
56
passthru("$COMPOSER require --dev --no-update symfony/phpunit-bridge \">=3.1@dev\"");
57
passthru("$COMPOSER install --prefer-dist --no-progress --ansi", $exit);
0 commit comments