From e7b387c30caeed2e4c73e16e0a9e70a2d7d46b5f Mon Sep 17 00:00:00 2001 From: TerranChao Date: Fri, 3 Dec 2021 19:06:31 +0800 Subject: [PATCH] fix --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5205f97..4b27c34 100755 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "illuminate/cache": ">=6.0" }, "require-dev": { - "phpunit/phpunit": "~5.0", + "phpunit/phpunit": "~5.*", "laravel/laravel": ">=6.0", "fzaninotto/faker": "~1.8" },