Skip to content

Commit 87a4db1

Browse files
chore(deps): update dependency composer/composer to v2.8.5 (#175)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [composer/composer](https://redirect.github.com/composer/composer) | patch | `2.8.4` -> `2.8.5` | --- ### Release Notes <details> <summary>composer/composer (composer/composer)</summary> ### [`v2.8.5`](https://redirect.github.com/composer/composer/blob/HEAD/CHANGELOG.md#285-2025-01-21) [Compare Source](https://redirect.github.com/composer/composer/compare/2.8.4...2.8.5) - Added build provenance attestation so you can also now download and verify phar files from GitHub releases: gh release --repo composer/composer download --pattern composer.phar gh attestation verify --repo composer/composer composer.phar - Fixed unsupported `funding` values causing parse errors in packages ([#&#8203;12247](https://redirect.github.com/composer/composer/issues/12247)) - Fixed support for a few newer funding formats ([#&#8203;12257](https://redirect.github.com/composer/composer/issues/12257)) - Fixed InstalledVersions regression from 2.8.4 when `reload()` is used ([#&#8203;12269](https://redirect.github.com/composer/composer/issues/12269)) - Fixed psr-0/psr-4 rules having unstable order in `vendor/composer/autoload*.php` ([#&#8203;12263](https://redirect.github.com/composer/composer/issues/12263)) - Fixed a few warnings happening incorrectly in edge cases ([#&#8203;12284](https://redirect.github.com/composer/composer/issues/12284), [#&#8203;12268](https://redirect.github.com/composer/composer/issues/12268), [#&#8203;12283](https://redirect.github.com/composer/composer/issues/12283)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b34b3d2 commit 87a4db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

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

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

0 commit comments

Comments
 (0)