You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
### [2.2.3] 2021-12-31
2
+
3
+
* Fixed issue with PHPUnit and process isolation now including PHPUnit <6.5 (#10387)
4
+
* Fixed interoperability issue with laminas/laminas-zendframework-bridge and Composer 2.2 (#10401)
5
+
* Fixed binary proxies for shell scripts to work correctly when they are symlinked (jakzal/phpqa#336)
6
+
* Fixed overly greedy pool optimization in cases where a locked package is not required by anything anymore in a partial update (#10405)
7
+
1
8
### [2.2.2] 2021-12-29
2
9
3
10
* Added [`COMPOSER_BIN_DIR` env var and `_composer_bin_dir` global](https://getcomposer.org/doc/articles/vendor-binaries.md#finding-the-composer-bin-dir-from-a-binary) containing the path to the bin-dir for binaries. Packages relying on finding the bin dir with `$BASH_SOURCES[0]` will need to update their binaries (#10402)
0 commit comments