8000 Merge branch '3.4' · symfony/symfony@4c81ea0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4c81ea0

Browse files
Merge branch '3.4'
* 3.4: Fix phpunit bridge (bis)
2 parents e69f9db + 0454396 commit 4c81ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/PhpUnit/bin/simple-phpunit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__
7070
}
7171
passthru("$COMPOSER require --no-update symfony/phpunit-bridge \">=3.3.11@dev\"");
7272
< 5889 span class=pl-s1>$prevRoot = getenv('COMPOSER_ROOT_VERSION');
73-
putenv("COMPOSER_ROOT_VERSION=$PHPUNIT_VERSION");
73+
putenv("COMPOSER_ROOT_VERSION=$PHPUNIT_VERSION.99");
7474
$exit = proc_close(proc_open("$COMPOSER install --no-dev --prefer-dist --no-progress --ansi", array(), $p, getcwd(), null, array('bypass_shell' => true)));
7575
putenv('COMPOSER_ROOT_VERSION'.(false !== $prevRoot ? '='.$prevRoot : ''));
7676
if ($exit) {

0 commit comments

Comments
 (0)
0