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 2721b2d commit 49230eaCopy full SHA for 49230ea
bin/simple-phpunit.php
@@ -225,10 +225,10 @@
225
@copy("$PHPUNIT_VERSION_DIR/phpunit.xsd", 'phpunit.xsd');
226
chdir("$PHPUNIT_VERSION_DIR");
227
if ($SYMFONY_PHPUNIT_REMOVE) {
228
- $passthruOrFail("$COMPOSER remove --no-update ".$SYMFONY_PHPUNIT_REMOVE);
+ $passthruOrFail("$COMPOSER remove --no-update --no-interaction ".$SYMFONY_PHPUNIT_REMOVE);
229
}
230
if ($SYMFONY_PHPUNIT_REQUIRE) {
231
- $passthruOrFail("$COMPOSER require --no-update ".$SYMFONY_PHPUNIT_REQUIRE);
+ $passthruOrFail("$COMPOSER require --no-update --no-interaction ".$SYMFONY_PHPUNIT_REQUIRE);
232
233
if (5.1 <= $PHPUNIT_VERSION && $PHPUNIT_VERSION < 5.4) {
234
$passthruOrFail("$COMPOSER require --no-update phpunit/phpunit-mock-objects \"~3.1.0\"");
0 commit comments