From 8b327aa8b469e1ba9bf47965da9ae33835f7b02b Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Wed, 13 Sep 2023 23:14:22 +0100 Subject: [PATCH] chore: adds phpunit `10.3.4` support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 778f9211..aeb018d4 100644 --- a/composer.json +++ b/composer.json @@ -23,11 +23,11 @@ "nunomaduro/termwind": "^1.15.1", "pestphp/pest-plugin": "^2.1.1", "pestphp/pest-plugin-arch": "^2.3.3", - "phpunit/phpunit": "^10.3.3" + "phpunit/phpunit": "^10.3.4" }, "conflict": { "webmozart/assert": "<1.11.0", - "phpunit/phpunit": ">10.3.3" + "phpunit/phpunit": ">10.3.4" }, "autoload": { "psr-4": {