We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aaff0ae + eaa7dd4 commit 50f7c1dCopy full SHA for 50f7c1d
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### [2.6.6] 2023-12-08
2
+
3
+ * Fixed symfony/console requirement to exclude 7.x as Composer 2.6 is not compatible, 2.7 will be (#11741)
4
+ * Fixed libpq parsing to use the global constant if available (#11684)
5
+ * Fixed error output when updating with a temporary constraint fails (#11692)
6
7
### [2.6.5] 2023-10-06
8
9
* Fixed error when vendor dir contains broken symlinks (#11670)
@@ -1789,6 +1795,7 @@
1789
1795
1790
1796
* Initial release
1791
1797
1798
+[2.6.6]: https://github.com/composer/composer/compare/2.6.5...2.6.6
1792
1799
[2.6.5]: https://github.com/composer/composer/compare/2.6.4...2.6.5
1793
1800
[2.6.4]: https://github.com/composer/composer/compare/2.6.3...2.6.4
1794
1801
[2.6.3]: https://github.com/composer/composer/compare/2.6.2...2.6.3
0 commit comments