From 7a63461df276b12bad9f3b0bee42be64f0c2ecfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Mon, 30 Sep 2024 23:52:30 +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 51c83782..986a1742 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ For a full diff see [`2.43.0...main`][2.43.0...main]. ### Changed - Updated `schema.json` ([#1363]), by [@ergebnis-bot] +- Allowed installation on PHP 8.4 ([#1381]), by [@localheinz] ## [`2.43.0`][2.43.0] @@ -1243,6 +1244,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0]. [#1312]: https://github.com/ergebnis/composer-normalize/pull/1312 [#1349]: https://github.com/ergebnis/composer-normalize/pull/1349 [#1363]: https://github.com/ergebnis/composer-normalize/pull/1363 +[#1381]: https://github.com/ergebnis/composer-normalize/pull/1381 [@core23]: https://github.com/core23 [@dependabot]: https://github.com/dependabot diff --git a/composer.json b/composer.json index ae7533dc..053674d1 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "security": "https://github.com/ergebnis/composer-normalize/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": "*", "composer-plugin-api": "^2.0.0", "ergebnis/json": "^1.2.0", diff --git a/composer.lock b/composer.lock index 556db5e0..dc89780f 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": "d32f3c9797d1fac0df6a54ce68b48468", + "content-hash": "9a19ace4dfffdc51dfdafab22b5601c6", "packages": [ { "name": "ergebnis/json", @@ -7523,7 +7523,7 @@ "prefer-stable": true, "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": "*", "composer-plugin-api": "^2.0.0" },