From 400ff66e7ca9bf0a825a7f68f4a6608126fee3ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Fri, 27 Sep 2024 16:55:00 +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 d02f3719..bcc3b3d9 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 [`1.2.0...main`][1.2.0...main]. +### Changed + +- Allowed installation of PHP 8.4 ([#318]), by [@localheinz] + ## [`1.2.0`][1.2.0] For a full diff see [`1.1.0...1.2.0`][1.1.0..1.2.0]. @@ -61,5 +65,6 @@ For a full diff see [`c020e6f...1.0.0`][c020e6f...1.0.0]. [#151]: https://github.com/ergebnis/json/pull/151 [#226]: https://github.com/ergebnis/json/pull/226 [#227]: https://github.com/ergebnis/json/pull/227 +[#318]: https://github.com/ergebnis/json/pull/318 [@localheinz]: https://github.com/localheinz diff --git a/composer.json b/composer.json index 7fb02328..511da716 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "security": "https://github.com/ergebnis/json/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": "*" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 2423cabf..50efa0ab 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": "c3862d19c0ef15fbf85bfb552361eb46", + "content-hash": "35375cd96aaad4c90152bf6228ab0d89", "packages": [], "packages-dev": [ { @@ -6654,7 +6654,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": [],