2.4.3 - released 2022-10-14
View the release on GitHub
Changelog
- BC Break: The json format of
audit
command now has reportedAt
as an RFC3339 string instead of an object which was a mistake (#11120)
- Fixed json format of
audit
command which was missing affectedVersions (#11120)
- Fixed plugin commands not being loaded during bash completions (#11074)
- Fixed parsing of inline aliases within complex constraints with
||
or ,
(#11086)
- Fixed min-php version check in autoload.php to avoid crashing sites running on PHP 5.5 or below silently with a 200 (#11091)
- Fixed JsonFile reading files without checking if they are readable first (#11077)
- Fixed
require
command with --dry-run
failing when requiring a package requiring stability flag extraction (#11112)