Commit e97dce6a authored by catch's avatar catch
Browse files

task: #3557585 [backport to 11.2, 10.6, and 10.5] Update to Composer 2.9.2

By: alexpott
By: cilefen
By: longwave
By: andypost
By: catch
By: godotislate
By: dww
By: xjm
parent 1431f996
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ public function testReleaseTagging(string $tag, string $constraint): void {

    // Emulate the release script.
    // @see https://github.com/xjm/drupal_core_release/blob/main/tag.sh
    $this->executeCommand("COMPOSER_ROOT_VERSION=\"$tag\" composer update drupal/core*");
    $this->executeCommand("COMPOSER_ROOT_VERSION=\"$tag\" COMPOSER_NO_SECURITY_BLOCKING=1 composer update drupal/core*");
    $this->assertCommandSuccessful();
    $this->assertErrorOutputContains('generateComponentPackages');