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.
1 parent 9f40b10 commit a0f68aaCopy full SHA for a0f68aa
src/Symfony/Bridge/PhpUnit/bin/simple-phpunit
@@ -83,6 +83,8 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__
83
if (5.1 <= $PHPUNIT_VERSION && $PHPUNIT_VERSION < 5.4) {
84
passthru("$COMPOSER require --no-update phpunit/phpunit-mock-objects \"~3.1.0\"");
85
}
86
+
87
+ passthru("$COMPOSER config --unset platform");
88
if (file_exists($path = $root.'/vendor/symfony/phpunit-bridge')) {
89
passthru("$COMPOSER require --no-update symfony/phpunit-bridge \"*@dev\"");
90
passthru("$COMPOSER config repositories.phpunit-bridge path ".escapeshellarg(str_replace('/', DIRECTORY_SEPARATOR, $path)));
0 commit comments