From bfadfaf079ed73b40c438d81b43432c0eecf28f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Fri, 27 Sep 2024 17:14:27 +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 4a6c61f5..925d068d 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 [`4.2.0...main`][4.2.0...main]. +### Changed + +- Allowed installation on PHP 8.4 ([#610]), by [@localheinz] + ## [`4.2.0`][4.2.0] For a full diff see [`4.1.0...4.2.0`][4.1.0...4.2.0]. @@ -148,5 +152,6 @@ For a full diff see [`dcd4cfb...1.0.0`][dcd4cfb...1.0.0]. [#522]: https://github.com/ergebnis/json-schema-validator/pull/522 [#523]: https://github.com/ergebnis/json-schema-validator/pull/523 [#524]: https://github.com/ergebnis/json-schema-validator/pull/524 +[#610]: https://github.com/ergebnis/json-schema-validator/pull/610 [@localheinz]: https://github.com/localheinz diff --git a/composer.json b/composer.json index 576e1e95..56ff6f02 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "security": "https://github.com/ergebnis/json-schema-validator/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 2f1eb672..f4b26096 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": "1433d190bf300d6982277ba194bb6040", + "content-hash": "aa39723a9a17371b0e51f44ea72209d5", "packages": [ { "name": "ergebnis/json", @@ -6786,7 +6786,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": [],