From a7e231f64ff0f4cb22a5c6f44905afc13c7a63e4 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 3 Mar 2023 10:16:21 +0000 Subject: [PATCH] chore: requires latest version of phpunit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 37f73edd..a41b06fc 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "php": "^7.3 || ^8.0", "nunomaduro/collision": "^5.11.0|^6.3.0", "pestphp/pest-plugin": "^1.1.0", - "phpunit/phpunit": "^9.6.0" + "phpunit/phpunit": "^9.6.4" }, "autoload": { "psr-4": {