From 6574b7d033f1ecdb28464c3793235f9a0e4ada47 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Sat, 25 Apr 2026 14:02:16 +0200 Subject: [PATCH] [1.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 c6fd6e3..3382bcd 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "react/promise": "^3 || ^2.1 || ^1.2" }, "require-dev": { - "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" + "phpunit/phpunit": "^9.6 || ^8.5 || ^5.7 || ^4.8.36" }, "autoload": { "psr-4": {