Merge branch '1.10'

main
Jordi Boggiano 4 years ago
commit 60a07867a3
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -1,4 +1,4 @@
### [2.0.0-beta1] 2020-08-xx
### [2.0.0-alpha3] 2020-08-03
* Breaking: Zip archives loaded by artifact repositories must now have a composer.json on top level, or a max of one folder on top level of the archive
* Added --no-dev support to `show` and `outdated` commands to skip dev requirements
@ -57,6 +57,12 @@
* Fixed suggest output being very spammy, it now is only one line long and shows more rarely
* Fixed conflict rules like e.g. >=5 from matching dev-master, as it is not normalized to 9999999-dev internally anymore
### [1.10.10] 2020-08-03
* Fixed `create-project` not triggering events while installing the root package
* Fixed PHP 8 compatibility issue
* Fixed `self-update` to avoid automatically upgrading to the next major version once it becomes stable
### [1.10.9] 2020-07-16
* Fixed Bitbucket redirect loop when credentials are outdated
@ -932,9 +938,10 @@
* Initial release
[2.0.0-beta1]: https://github.com/composer/composer/compare/2.0.0-alpha2...2.0.0-beta1
[2.0.0-alpha3]: https://github.com/composer/composer/compare/2.0.0-alpha2...2.0.0-alpha3
[2.0.0-alpha2]: https://github.com/composer/composer/compare/2.0.0-alpha1...2.0.0-alpha2
[2.0.0-alpha1]: https://github.com/composer/composer/compare/1.10.7...2.0.0-alpha1
[1.10.10]: https://github.com/composer/composer/compare/1.10.9...1.10.10
[1.10.9]: https://github.com/composer/composer/compare/1.10.8...1.10.9
[1.10.8]: https://github.com/composer/composer/compare/1.10.7...1.10.8
[1.10.7]: https://github.com/composer/composer/compare/1.10.6...1.10.7

Loading…
Cancel
Save