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 ac05d02 commit 18c324fCopy full SHA for 18c324f
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