Skip to content

Commit 732bdd7

Browse files
chore(deps): update dependency composer/composer to v2.8.6 (#177)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [composer/composer](https://redirect.github.com/composer/composer) | patch | `2.8.5` -> `2.8.6` | --- ### Release Notes <details> <summary>composer/composer (composer/composer)</summary> ### [`v2.8.6`](https://redirect.github.com/composer/composer/blob/HEAD/CHANGELOG.md#286-2025-02-25) [Compare Source](https://redirect.github.com/composer/composer/compare/2.8.5...2.8.6) - Added `COMPOSER_WITH_DEPENDENCIES` and `COMPOSER_WITH_ALL_DEPENDENCIES` env vars to enable the `--with[-all]-dependencies` flags ([#&#8203;12289](https://redirect.github.com/composer/composer/issues/12289)) - Added `COMPOSER_SKIP_SCRIPTS` env var to tell Composer to skip certain script handlers by script names (comma separated) ([#&#8203;12290](https://redirect.github.com/composer/composer/issues/12290)) - Added error hint when Avast is detected together with curl certificate errors ([#&#8203;9894](https://redirect.github.com/composer/composer/issues/9894)) - Fixed handling of backslash in folder names when creating archives ([#&#8203;12327](https://redirect.github.com/composer/composer/issues/12327)) - Fixed detection of containerd for containers to avoid warning about root usage ([#&#8203;12299](https://redirect.github.com/composer/composer/issues/12299)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8843778 commit 732bdd7

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.5
39+
run: curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer --version=2.8.6
4040

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

0 commit comments

Comments
 (0)