From 28f2cfb39c104a8eebae2bb4ebc4d417e14a9628 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Sat, 30 May 2026 22:29:44 +0200 Subject: [PATCH] [1.x] Update test environment for PHP 7.2 to compatible PHPUnit version This changes ensures we can continue 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 4234210a..1c5cd024 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "clue/http-proxy-react": "^1.8", "clue/reactphp-ssh-proxy": "^1.4", "clue/socks-react": "^1.4", - "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36", + "phpunit/phpunit": "^9.6 || ^8.5 || ^5.7 || ^4.8.36", "react/async": "^4.2 || ^3 || ^2", "react/promise-stream": "^1.4", "react/promise-timer": "^1.11"