diff --git a/CHANGELOG.md b/CHANGELOG.md index 98820d1..aa6c2e9 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 caec5dd..dc4579f 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 3bb45e2..3724d28 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": {