Skip to content

Commit fb70ac8

Browse files
chore(deps): update dependency composer/composer to v2.9.2 (#207)
This PR contains the following updates: | Package | Update | Change | Pending | |---|---|---|---| | [composer/composer](https://redirect.github.com/composer/composer) | minor | `2.8.12` → `2.9.2` | `2.9.3` | --- ### Release Notes <details> <summary>composer/composer (composer/composer)</summary> ### [`v2.9.2`](https://redirect.github.com/composer/composer/blob/HEAD/CHANGELOG.md#292-2025-11-19) [Compare Source](https://redirect.github.com/composer/composer/compare/2.9.1...2.9.2) - Added new `--no-security-blocking` flag to disable/configure security blocking ([#&#8203;12617](https://redirect.github.com/composer/composer/issues/12617)) - Added a way to set [`audit > ignore`](https://getcomposer.org/doc/06-config.md#detailed-format-with-apply-scope-) to act only on audits or only on security blocking ([#&#8203;12618](https://redirect.github.com/composer/composer/issues/12618), [#&#8203;12612](https://redirect.github.com/composer/composer/issues/12612)) - Fixed `config` command not being able to set the new audit settings ([#&#8203;12609](https://redirect.github.com/composer/composer/issues/12609)) - Fixed handling audit.ignore to support CVE ids while doing security blocking, but advisory IDs are still preferred for performance reasons ([#&#8203;12624](https://redirect.github.com/composer/composer/issues/12624)) - Fixed partial updates failing when another package in the lock file has a known security advisory ([#&#8203;12626](https://redirect.github.com/composer/composer/issues/12626)) ### [`v2.9.1`](https://redirect.github.com/composer/composer/blob/HEAD/CHANGELOG.md#291-2025-11-13) [Compare Source](https://redirect.github.com/composer/composer/compare/2.9.0...2.9.1) - Fixed regression in phpunit binary proxies ([#&#8203;12601](https://redirect.github.com/composer/composer/issues/12601)) - Fixed script handler autoloading issues ([#&#8203;12606](https://redirect.github.com/composer/composer/issues/12606)) - Fixed null call of Command::setDescription in some cases ([#&#8203;12605](https://redirect.github.com/composer/composer/issues/12605)) - Fixed --prefer-lowest builds sometimes failing due to the filtering of versions with known vulnerabilities ([#&#8203;12603](https://redirect.github.com/composer/composer/issues/12603)) ### [`v2.9.0`](https://redirect.github.com/composer/composer/blob/HEAD/CHANGELOG.md#290-2025-11-13) [Compare Source](https://redirect.github.com/composer/composer/compare/2.8.12...2.9.0) - Fixed a couple minor issues with --bump-after-update ([#&#8203;12598](https://redirect.github.com/composer/composer/issues/12598)) - Various docs fixes </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Lendable/message). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjYuMTQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInJlbm92YXRlIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a27128 commit fb70ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: apk add --no-cache bash git su-exec
3737

3838
- name: "Install composer"
39-
run: curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer --version=2.8.12
39+
run: curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer --version=2.9.2
4040

4141
- name: "Checkout"
4242
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4

0 commit comments

Comments
 (0)