10000
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 d24df0d commit 416f0abCopy full SHA for 416f0ab
src/Symfony/Bridge/PhpUnit/bin/simple-phpunit
@@ -95,9 +95,7 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__
95
$passthruOrFail("$COMPOSER require --no-update phpunit/phpunit-mock-objects \"~3.1.0\"");
96
}
97
98
- if (PHP_VERSION_ID >= 70000) {
99
- $passthruOrFail("$COMPOSER config --unset platform");
100
- }
+ $passthruOrFail("$COMPOSER config --unset platform.php");
101
if (file_exists($path = $root.'/vendor/symfony/phpunit-bridge')) {
102
$passthruOrFail("$COMPOSER require --no-update symfony/phpunit-bridge \"*@dev\"");
103
$passthruOrFail("$COMPOSER config repositories.phpunit-bridge path ".escapeshellarg(str_replace('/', DIRECTORY_SEPARATOR, $path)));
0 commit comments