From 9528c26753d29392d19b9af69ffcfd792fcf8798 Mon Sep 17 00:00:00 2001 From: Yurun Date: Wed, 15 Mar 2023 16:20:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a04e610..0307b73 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ }, "require-dev": { "swoole/ide-helper": "^4.5", - "phpunit/phpunit": ">=4", + "phpunit/phpunit": ">=4 <9.7", "workerman/workerman": "^4.0", "monolog/monolog": "*" },