8000 bug #52846 [PhpUnitBridge]  run composer update for compatibility wit… · symfonyaml/symfony@735959c · GitHub
[go: up one dir, main page]

Skip to content

Commit 735959c

Browse files
committed
bug symfony#52846 [PhpUnitBridge]  run composer update for compatibility with PHPUnit versions shipping composer.lock (xabbuh)
This PR was merged into the 5.4 branch. Discussion ---------- [PhpUnitBridge]  run composer update for compatibility with PHPUnit versions shipping composer.lock | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix symfony#52844 | License | MIT Commits ------- 763add7 run composer update for compatibility with PHPUnit versions shipping composer.lock
2 parents db0a0ce + 763add7 commit 735959c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
putenv("COMPOSER_ROOT_VERSION=$PHPUNIT_VERSION.99");
263263
$q = '\\' === \DIRECTORY_SEPARATOR && \PHP_VERSION_ID < 80000 ? '"' : '';
264264
// --no-suggest is not in the list to keep compat with composer 1.0, which is shipped with Ubuntu 16.04LTS
265-
$exit = proc_close(proc_open("$q$COMPOSER install --no-dev --prefer-dist --no-progress $q", [], $p, getcwd()));
265+
$exit = proc_close(proc_open("$q$COMPOSER update --no-dev --prefer-dist --no-progress $q", [], $p, getcwd()));
266266
putenv('COMPOSER_ROOT_VERSION'.(false !== $prevRoot ? '='.$prevRoot : ''));
267267
if ($prevCacheDir) {
268268
putenv("COMPOSER_CACHE_DIR=$prevCacheDir");

0 commit comments

Comments
 (0)
0