From 2adac04f1ce36d51d7adabf6d5d5082b840057c0 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Wed, 4 Oct 2023 01:31:43 +0200 Subject: [PATCH] Composer: no need to allow PHPUnit 7.x PHPUnit 8.x has a minimum supported version of PHP 7.2, so there is no need to include PHPUnit 7.x in the allowed versions. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6f672a8e9..2ffd5b768 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "phpstan/phpstan-deprecation-rules": "1.1.4", "phpstan/phpstan-phpunit": "1.3.14", "phpstan/phpstan-strict-rules": "1.5.1", - "phpunit/phpunit": "7.5.20|8.5.21|9.6.8|10.3.2" + "phpunit/phpunit": "8.5.21|9.6.8|10.3.2" }, "autoload": { "psr-4": {