From da0cf7b698dbcd5582d1c19a8b2afa5dc724418e Mon Sep 17 00:00:00 2001 From: Richard Chukwu Date: Thu, 17 Oct 2024 22:27:34 +0100 Subject: [PATCH] Relax PHP requirement for phpunit to support PHP 8.0 and 8.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b8936b9e..214c3baf 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "require-dev": { "composer/xdebug-handler": "^2.0", "open-telemetry/dev-tools": "dev-main", - "phpunit/phpunit": "^11.4" + "phpunit/phpunit": "^8.0 || ^9.5 || ^10.0" // Support for PHP 8.0/8.1 while allowing newer versions }, "autoload": { "psr-4": {