From 59adc573446dbd8ece3ed8264b9ff634711b899e Mon Sep 17 00:00:00 2001 From: bigint Date: Wed, 23 Jun 2021 14:55:09 +0530 Subject: [PATCH] Update phpunit/phpunit to 9.5.6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c837f98d..2224ac7f 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "php": "^7.3 || ^8.0", "nunomaduro/collision": "^5.4.0", "pestphp/pest-plugin": "^1.0.0", - "phpunit/phpunit": ">= 9.3.7 <= 9.5.5" + "phpunit/phpunit": ">= 9.3.7 <= 9.5.6" }, "autoload": { "psr-4": {