From 715fd68664511593a6b602d19647b70a3b378db2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Fri, 27 Sep 2024 17:39:12 +0200 Subject: [PATCH] Enhancement: Allow installation on PHP 8.4 --- CHANGELOG.md | 5 +++++ composer.json | 2 +- composer.lock | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e846c662..e888d623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), For a full diff see [`6.36.0...main`][6.36.0...main]. +### Changed + +- Allowed installation on PHP 8.4 ([#1109]), by [@localheinz] + ## [`6.36.0`][6.36.0] For a full diff see [`6.35.0...6.36.0`][6.35.0...6.36.0]. @@ -1750,6 +1754,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0]. [#1095]: https://github.com/ergebnis/php-cs-fixer-config/pull/1095 [#1102]: https://github.com/ergebnis/php-cs-fixer-config/pull/1102 [#1103]: https://github.com/ergebnis/php-cs-fixer-config/pull/1103 +[#1109]: https://github.com/ergebnis/php-cs-fixer-config/pull/1109 [@dependabot]: https://github.com/apps/dependabot [@linuxjuggler]: https://github.com/linuxjuggler diff --git a/composer.json b/composer.json index 7fdc15a3..2093b47e 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "security": "https://github.com/ergebnis/php-cs-fixer-config/blob/main/.github/SECURITY.md" }, "require": { - "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "ext-filter": "*", "erickskrauch/php-cs-fixer-custom-fixers": "~1.3.0", "friendsofphp/php-cs-fixer": "~3.64.0", diff --git a/composer.lock b/composer.lock index e9c95c5b..45fd2ee8 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f678dcd286bb92510c1c3d7ee6d66ae0", + "content-hash": "056e66aca38707cbd9b199feb041ac5c", "packages": [ { "name": "clue/ndjson-react", @@ -7333,7 +7333,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "ext-filter": "*" }, "platform-dev": [],