Update changelog
parent
965b12cdec
commit
0ec0f20332
|
@ -1,3 +1,7 @@
|
||||||
|
### [2.1.13] 2021-11-30
|
||||||
|
|
||||||
|
* Removed `symfony/console ^6` support as we cannot be compatible until Composer 2.3.0 is released. If you have issues with Composer required as a dependency + Symfony make sure you stay on Symfony 5.4 for now. (#10321)
|
||||||
|
|
||||||
### [2.1.12] 2021-11-09
|
### [2.1.12] 2021-11-09
|
||||||
|
|
||||||
* Fixed issues in proxied binary files relying on __FILE__ / __DIR__ on php <8 (#10261)
|
* Fixed issues in proxied binary files relying on __FILE__ / __DIR__ on php <8 (#10261)
|
||||||
|
@ -1297,6 +1301,7 @@
|
||||||
|
|
||||||
* Initial release
|
* Initial release
|
||||||
|
|
||||||
|
[2.1.13]: https://github.com/composer/composer/compare/2.1.12...2.1.13
|
||||||
[2.1.12]: https://github.com/composer/composer/compare/2.1.11...2.1.12
|
[2.1.12]: https://github.com/composer/composer/compare/2.1.11...2.1.12
|
||||||
[2.1.11]: https://github.com/composer/composer/compare/2.1.10...2.1.11
|
[2.1.11]: https://github.com/composer/composer/compare/2.1.10...2.1.11
|
||||||
[2.1.10]: https://github.com/composer/composer/compare/2.1.9...2.1.10
|
[2.1.10]: https://github.com/composer/composer/compare/2.1.9...2.1.10
|
||||||
|
|
Loading…
Reference in New Issue