File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ ### [ 2.8.5] 2025-01-21
2
+
3
+ * Added build provenance attestation so you can also now download and verify phar files from GitHub releases:
4
+
5
+ gh release --repo composer/composer download --pattern composer.phar
6
+ gh attestation verify --repo composer/composer composer.phar
7
+
8
+ * Fixed unsupported ` funding ` values causing parse errors in packages (#12247 )
9
+ * Fixed support for a few newer funding formats (#12257 )
10
+ * Fixed InstalledVersions regression from 2.8.4 when ` reload() ` is used (#12269 )
11
+ * Fixed psr-0/psr-4 rules having unstable order in ` vendor/composer/autoload*.php ` (#12263 )
12
+ * Fixed a few warnings happening incorrectly in edge cases (#12284 , #12268 , #12283 )
13
+
1
14
### [ 2.8.4] 2024-12-11
2
15
3
16
* Fixed exit code of the ` audit ` command not being meaningful (now 1 for vulnerabilities and 2 for abandoned, 3 for both) (#12203 )
1973
1986
1974
1987
* Initial release
1975
1988
1989
+ [ 2.8.5 ] : https://github.com/composer/composer/compare/2.8.4...2.8.5
1976
1990
[ 2.8.4 ] : https://github.com/composer/composer/compare/2.8.3...2.8.4
1977
1991
[ 2.8.3 ] : https://github.com/composer/composer/compare/2.8.2...2.8.3
1978
1992
[ 2.8.2 ] : https://github.com/composer/composer/compare/2.8.1...2.8.2
You can’t perform that action at this time.
0 commit comments