From c70ae305b31318985cbc2ce19d272f2dd590b9e9 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 14 Oct 2022 11:53:12 +0200 Subject: [PATCH 1/3] Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9822f4294..5bc09a840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### [2.4.3] 2022-10-14 + + * 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) + ### [2.4.2] 2022-09-14 * Fixed bash completion hanging when running as root without `COMPOSER_ALLOW_SUPERUSER` set (#11024) @@ -1637,6 +1647,7 @@ * Initial release +[2.4.3]: https://github.com/composer/composer/compare/2.4.2...2.4.3 [2.4.2]: https://github.com/composer/composer/compare/2.4.1...2.4.2 [2.4.1]: https://github.com/composer/composer/compare/2.4.0...2.4.1 [2.4.0]: https://github.com/composer/composer/compare/2.4.0-RC1...2.4.0 From b34c0e9a93f2cd688c62ce4dfcc69e13b6ce7aa4 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 14 Oct 2022 16:56:41 +0200 Subject: [PATCH 2/3] Release 2.4.3 --- src/Composer/Composer.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Composer/Composer.php b/src/Composer/Composer.php index c6f083dfd..58fb61cdc 100644 --- a/src/Composer/Composer.php +++ b/src/Composer/Composer.php @@ -51,10 +51,10 @@ class Composer extends PartialComposer * * @see getVersion() */ - public const VERSION = '@package_version@'; - public const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@'; - public const RELEASE_DATE = '@release_date@'; - public const SOURCE_VERSION = '2.4.999-dev+source'; + public const VERSION = '2.4.3'; + public const BRANCH_ALIAS_VERSION = ''; + public const RELEASE_DATE = '2022-10-14 16:56:41'; + public const SOURCE_VERSION = ''; /** * Version number of the internal composer-runtime-api package From 89ad120f2a2c6a4ec84ef64b1e5c4b54f3f821a0 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 14 Oct 2022 16:56:47 +0200 Subject: [PATCH 3/3] Reverting release version changes --- src/Composer/Composer.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Composer/Composer.php b/src/Composer/Composer.php index 58fb61cdc..c6f083dfd 100644 --- a/src/Composer/Composer.php +++ b/src/Composer/Composer.php @@ -51,10 +51,10 @@ class Composer extends PartialComposer * * @see getVersion() */ - public const VERSION = '2.4.3'; - public const BRANCH_ALIAS_VERSION = ''; - public const RELEASE_DATE = '2022-10-14 16:56:41'; - public const SOURCE_VERSION = ''; + public const VERSION = '@package_version@'; + public const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@'; + public const RELEASE_DATE = '@release_date@'; + public const SOURCE_VERSION = '2.4.999-dev+source'; /** * Version number of the internal composer-runtime-api package