From fe2ca630fbdbc6267f54f4971678c7bed017d101 Mon Sep 17 00:00:00 2001 From: Willem Wollebrants Date: Wed, 7 Jul 2021 11:52:59 +0200 Subject: [PATCH] make tests compatible with phpunit for php8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0937440..37c8712 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "php": ">=5.3.2" }, "require-dev": { - "phpunit/phpunit": ">=4.8.35 <9" + "phpunit/phpunit": ">=4.8.35" }, "suggest": { "ext-mbstring": "It can support the multiple bytes string length."