From cff76d6132af4e3fea7f97a7433af228b4c02476 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 3ba01603c..670f865e0 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.5" + "phpunit/phpunit": "8.5.21|9.6.8|10.3.5" }, "autoload": { "psr-4": {