PHP Composer
Notes
Dependency Manager for PHP
Release notes
v2.4.3
· 1y+
- BC Break: The json format of
auditcommand now hasreportedAtas an RFC3339 string instead of an object which was a mistake (#11120) - Fixed json format of
auditcommand 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
requirecommand with--dry-runfailing when requiring a package requiring stability flag extraction (#11112)