Sourced from composer/composer's releases.
2.8.4
- Fixed exit code of the
audit
command not being meaningful (now 1 for vulnerabilities and 2 for abandoned, 3 for both) (#12203)- Fixed issue on plugin upgrade when it defines multiple classes (#12226)
- Fixed duplicate errors appearing in the output depending on php settings (#12214)
- Fixed InstalledVersions returning duplicate data in some instances (#12225)
- Fixed installed.php sorting to be deterministic (#12197)
- Fixed
bump-after-update
failing when using inline constraints (#12223)- Fixed
create-project
command to now disable symlinking when used with a path repo as argument (#12222)- Fixed
validate --no-check-publish
to hide publish errors entirely as they are irrelevant (#12196)- Fixed
audit
command returning a failing code when composer audit fails as this should not trigger build failures, but running audit as standard part of your build is probably a terrible idea anyway (#12196)- Fixed curl usage to disable multiplexing on broken versions when proxies are in use (#12207)
Full Changelog: https://github.com/composer/composer/compare/2.8.3...2.8.4
Sourced from composer/composer's changelog.
[2.8.4] 2024-12-11
- Fixed exit code of the
audit
command not being meaningful (now 1 for vulnerabilities and 2 for abandoned, 3 for both) (#12203)- Fixed issue on plugin upgrade when it defines multiple classes (#12226)
- Fixed duplicate errors appearing in the output depending on php settings (#12214)
- Fixed InstalledVersions returning duplicate data in some instances (#12225)
- Fixed installed.php sorting to be deterministic (#12197)
- Fixed
bump-after-update
failing when using inline constraints (#12223)- Fixed
create-project
command to now disable symlinking when used with a path repo as argument (#12222)- Fixed
validate --no-check-publish
to hide publish errors entirely as they are irrelevant (#12196)- Fixed
audit
command returning a failing code when composer audit fails as this should not trigger build failures, but running audit as standard part of your build is probably a terrible idea anyway (#12196)- Fixed curl usage to disable multiplexing on broken versions when proxies are in use (#12207)
112e37d
Release 2.8.41175bf5
Update changelog6e0cb6c
Fix tests8eedfd0
Hide publish errors entirely with --no-check-publish instead of
downgrading t...99430ca
Avoid returning failing status code if the composer audit fails in
diagnose c...ace7a3f
Update deps144e8f8
Fix create-project when passed with a path repo to disable symlinks by
default6a9336f
Merge pull request #12233
from Seldaek/fix_duplicates45436c0
Fixed InstalledVersions returning duplicates in some instancesa383632
Merge pull request #12230
from Seldaek/duplicate_errors