Merge branch '1.10'
commit
da73ef1ba6
|
@ -108,6 +108,11 @@
|
|||
* 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.17] 2020-10-30
|
||||
|
||||
* Fixed Bitbucket API authentication issue
|
||||
* Fixed parsing of Composer 2 lock files breaking in some rare conditions
|
||||
|
||||
### [1.10.16] 2020-10-24
|
||||
|
||||
* Added warning to `validate` command for cases where packages provide/replace a package that they also require
|
||||
|
@ -1021,6 +1026,7 @@
|
|||
|
||||
* Initial release
|
||||
|
||||
[2.0.4]: https://github.com/composer/composer/compare/2.0.3...2.0.4
|
||||
[2.0.3]: https://github.com/composer/composer/compare/2.0.2...2.0.3
|
||||
[2.0.2]: https://github.com/composer/composer/compare/2.0.1...2.0.2
|
||||
[2.0.1]: https://github.com/composer/composer/compare/2.0.0...2.0.1
|
||||
|
@ -1030,6 +1036,7 @@
|
|||
[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.17]: https://github.com/composer/composer/compare/1.10.16...1.10.17
|
||||
[1.10.16]: https://github.com/composer/composer/compare/1.10.15...1.10.16
|
||||
[1.10.15]: https://github.com/composer/composer/compare/1.10.14...1.10.15
|
||||
[1.10.14]: https://github.com/composer/composer/compare/1.10.13...1.10.14
|
||||
|
|
Loading…
Reference in New Issue