From 2bbb12e6b6a085e59387508024473bbcf31078ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Fri, 27 Sep 2024 17:22:52 +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 5f20ad2b..92abf8c0 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 [`2.15.1...main`][2.15.1...main]. +### Changed + +- Allowed installation on PHP 8.4 ([#604]), by [@localheinz] + ## [`2.15.1`][2.15.1] For a full diff see [`2.15.0...2.15.1`][2.15.0...2.15.1]. @@ -348,6 +352,7 @@ For a full diff see [`7afa59c...1.0.0`][7afa59c...1.0.0]. [#534]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/534 [#559]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/559 [#598]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/598 +[#604]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/604 [@HypeMC]: https://github.com/HypeMC [@localheinz]: https://github.com/localheinz diff --git a/composer.json b/composer.json index 083a58f2..bf2150ef 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "security": "https://github.com/ergebnis/phpunit-slow-test-detector/blob/main/.github/SECURITY.md" }, "require": { - "php": "~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "phpunit/phpunit": "^6.5.0 || ^7.5.0 || ^8.5.19 || ^9.0.0 || ^10.0.0 || ^11.0.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 72262b68..9c03d6de 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": "5e8610ed34d64826707cc38add62551b", + "content-hash": "2672ae047bada6a84596fd9a47948243", "packages": [ { "name": "doctrine/instantiator", @@ -6245,7 +6245,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "platform-dev": [], "platform-overrides": {