From 3026b5b3a6654229c594c34330b419cbe654d08d Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Sat, 25 Apr 2026 14:02:15 +0200 Subject: [PATCH] [3.x] Update test environment for PHP 7.2 to compatible PHPUnit version These changes ensure we can continue to run PHPUnit on PHP 7.2 by updating PHPUnit to 8.5. This is due to recent improvements in composer as discussed in https://github.com/reactphp/event-loop/pull/284. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6bf687d..5cf4872 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ }, "require-dev": { "phpstan/phpstan": "1.12.28 || 1.4.10", - "phpunit/phpunit": "^9.6 || ^7.5" + "phpunit/phpunit": "^9.6 || ^8.5 || ^7.5" }, "autoload": { "psr-4": {