From ba49dd0499beca476efad8aadebe508d128d7992 Mon Sep 17 00:00:00 2001 From: soilSpoon Date: Fri, 4 Dec 2020 15:46:25 +0900 Subject: [PATCH] Update PHPUnit dependency version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 88df46d7..7b2fd337 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "pestphp/pest-plugin": "^0.3", "pestphp/pest-plugin-coverage": "^0.3", "pestphp/pest-plugin-init": "^0.3", - "phpunit/phpunit": ">= 9.3.7 <= 9.4.3" + "phpunit/phpunit": ">= 9.3.7 <= 9.5.0" }, "autoload": { "psr-4": {