fix(deps): upgrade composer/composer to 2.2.28#1919
Closed
mrrobot47 wants to merge 1 commit into
Closed
Conversation
Version 2.2.26 is flagged by three security advisories (PKSA-pwvr-3754-v57r, PKSA-t5r2-p5q9-mtpn, PKSA-6bp1-9hfj-2cgv), causing Composer to refuse to install it and failing the scheduled CI build.
Member
Author
|
Closing in favour of the existing Dependabot PR #1918 which covers the same fix. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The scheduled CI build (
Build 🔨 + Test 👨🔧) has been failing daily since at least 2026-05-28.composer/composer 2.2.26(pinned exactly incomposer.json) is flagged by three security advisories:PKSA-pwvr-3754-v57rPKSA-t5r2-p5q9-mtpnPKSA-6bp1-9hfj-2cgvComposer's security advisory blocking policy prevents the package from being installed, causing
composer updateto exit with code 2.Fix
Bumps
composer/composerfrom2.2.26→2.2.28(latest in the LTS 2.2.x line). Version 2.2.28 has no blocking security advisories and retains the same PHP^5.3.2 || ^7.0 || ^8.0requirement, so it's fully compatible with this project's>=7.0constraint.Test plan
Build Pharjob completes without the dependency resolution error