From 912b876498767c11d1d28a2e12aa6a7b065f2312 Mon Sep 17 00:00:00 2001 From: Jorg Sowa Date: Tue, 14 May 2024 23:09:57 +0200 Subject: [PATCH] Allowed both 9 and 10 PHPUnit versions --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 313d2a04bc..7b37a317ef 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "ext-ctype": "*" }, "require-dev": { - "phpunit/phpunit": "^10.0", + "phpunit/phpunit": "^9.0|^10.0", "ircmaxell/php-yacc": "^0.0.7" }, "extra": {