8000
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 fd0d288 commit f418cb8Copy full SHA for f4 8000 18cb8
src/Symfony/Bridge/PhpUnit/bin/simple-phpunit
@@ -53,8 +53,8 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__
53
if (5.1 <= $PHPUNIT_VERSION && $PHPUNIT_VERSION < 5.4) {
54
passthru("$COMPOSER require --no-update phpunit/phpunit-mock-objects \"~3.1.0\"");
55
}
56
- passthru("$COMPOSER require --dev --no-update symfony/phpunit-bridge \">=3.2@dev\"");
57
- passthru("$COMPOSER install --prefer-dist --no-progress --ansi", $exit);
+ passthru("$COMPOSER require --no-update symfony/phpunit-bridge \">=3.2@dev\"");
+ passthru("$COMPOSER install --no-dev --prefer-dist --no-progress --ansi", $exit);
58
if ($exit) {
59
exit($exit);
60
0 commit comments