From 5dd24e6e9860ba6a03cfc5667fe0ad1693bbac84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Fri, 27 Sep 2024 17:09:21 +0200 Subject: [PATCH] Enhancement: Allow installation on PHP 8.4 --- CHANGELOG.md | 2 ++ composer.json | 2 +- composer.lock | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe0bf9ee..8000862d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ For a full diff see [`4.5.0...main`][4.5.0...main]. ### Changed - Adjusted `Vendor\Composer\VersionConstraintNormalizer` to replace `x` and `X` wildcards with `*` ([#1052]), by [@fredden] +- Allowed installation on PHP 8.4 ([#1171]), by [@localheinz] ## [`4.5.0`][4.5.0] @@ -701,6 +702,7 @@ For a full diff see [`5d8b3e2...0.1.0`][5d8b3e2...0.1.0]. [#1076]: https://github.com/ergebnis/json-normalizer/pull/1076 [#1077]: https://github.com/ergebnis/json-normalizer/pull/1077 [#1079]: https://github.com/ergebnis/json-normalizer/pull/1079 +[#1171]: https://github.com/ergebnis/json-normalizer/pull/1171 [@alexis-saransig-lullabot]: https://github.com/alexis-saransig-lullabot [@BackEndTea]: https://github.com/BackEndTea diff --git a/composer.json b/composer.json index 5d8bcfa4..418479f9 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "security": "https://github.com/ergebnis/json-normalizer/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-json": "*", "ergebnis/json": "^1.2.0", "ergebnis/json-pointer": "^3.4.0", diff --git a/composer.lock b/composer.lock index 41b98845..f79f4a44 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": "4da6041926ed9d90415f174e5d392515", + "content-hash": "834ac529cb0963e8ff477f080d044c02", "packages": [ { "name": "ergebnis/json", @@ -6918,7 +6918,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-json": "*" }, "platform-dev": [],