From f955236f5672547c5dcfc7c0a861a0d42b9a0b42 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] Try to limit PHPUnit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1b2606c..617db64 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "php": "^7.0||^8.0" }, "require-dev": { - "phpunit/phpunit": "*", + "phpunit/phpunit": "<=9.6", "symfony/phpunit-bridge": "*", "friendsofphp/php-cs-fixer": "^2.11" },