From 7b554eca1cb260555a049167ec26172794dc7d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20=C5=A0panja?= Date: Wed, 21 Feb 2024 11:45:00 +0100 Subject: [PATCH] Limit PHPUnit to lower than 10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1b2606c..49e93a5 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "php": "^7.0||^8.0" }, "require-dev": { - "phpunit/phpunit": "*", + "phpunit/phpunit": "<10", "symfony/phpunit-bridge": "*", "friendsofphp/php-cs-fixer": "^2.11" },