From a54e1734322d0031eaf0e9e1383b8ea56a9e464b Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sun, 23 Oct 2022 16:31:27 +0200 Subject: [PATCH] Changelog for the release of PHPCompatibilityPasswordCompat 1.0.4 --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2939faf..757f854 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,14 @@ All code within the PHPCompatibility organisation is released under the GNU Less ## Changelog +### 1.0.4 - 2022-10-23 + +- README: Updated the installation instructions for [compatibility with Composer 2.2][composer22announce]. +- Composer: The package will now identify itself as a static analysis tool. Thanks [@GaryJones]! +- Other housekeeping and minor documentation updates. + +[composer22announce]: https://blog.packagist.com/composer-2-2/#more-secure-plugin-execution + ### 1.0.3 - 2021-02-15 - The recommended version of the [Composer PHPCS plugin] is now `^0.7.0`, which offers compatibility with Composer 2.0. @@ -107,4 +115,6 @@ All code within the PHPCompatibility organisation is released under the GNU Less Initial release of the PHPCompatibilityPasswordCompat ruleset. -[Composer PHPCS plugin]: https://github.com/Dealerdirect/phpcodesniffer-composer-installer/ +[Composer PHPCS plugin]: https://github.com/PHPCSStandards/composer-installer/ + +[@GaryJones]: https://github.com/GaryJones