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.
2 parents 3c1738a + bbf00d2 commit bcd981aCopy full SHA for bcd981a
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