From 57d210a8fcc8c6a4c4b25da3034e0bcb0d383849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Fri, 27 Sep 2024 16:42:54 +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 98820d18..aa6c2e91 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 [`3.2.0...main`][3.2.0...main]. +### Added + +- Allowed installation on PHP 8.4 ([#443]), by [@localheinz] + ## [`3.2.0`][3.2.0] For a full diff see [`3.1.0...3.2.0`][3.1.0...3.2.0]. @@ -111,5 +115,6 @@ For a full diff see [`a5f2657...1.0.0`][a5f2657...1.0.0]. [#315]: https://github.com/ergebnis/data-provider/pull/315 [#324]: https://github.com/ergebnis/data-provider/pull/324 [#325]: https://github.com/ergebnis/data-provider/pull/325 +[#443]: https://github.com/ergebnis/data-provider/pull/443 [@localheinz]: https://github.com/localheinz diff --git a/composer.json b/composer.json index caec5dda..dc4579f1 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "source": "https://github.com/ergebnis/data-provider" }, "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", "fakerphp/faker": "^1.21.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 3bb45e29..3724d288 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": "6c448cdc66c177c0bd0777e4e54d0371", + "content-hash": "9213d49726717fd9c9b449cb0151f505", "packages": [ { "name": "fakerphp/faker", @@ -7066,7 +7066,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" }, "platform-dev": [], "platform-overrides": {