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 37d39c6 + c12b666 commit d810648Copy full SHA for d810648
phpunit
@@ -56,7 +56,7 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__
56
if (5.1 <= $PHPUNIT_VERSION && $PHPUNIT_VERSION < 5.4) {
57
passthru("$COMPOSER require --no-update phpunit/phpunit-mock-objects \"~3.1.0\"");
58
}
59
- passthru("$COMPOSER require --dev --no-update symfony/phpunit-bridge \">=3.1@dev\"");
+ passthru("$COMPOSER require --dev --no-update symfony/phpunit-bridge \">=3.2@dev\"");
60
passthru("$COMPOSER install --prefer-dist --no-progress --ansi", $exit);
61
if ($exit) {
62
exit($exit);
0 commit comments