From e012517b1643002b36a68096f4a5e26682b1e175 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Wed, 16 Aug 2023 09:46:51 +0100 Subject: [PATCH] chore: bumps phpunit --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7cdb3224..6b7e7160 100644 --- a/composer.json +++ b/composer.json @@ -23,11 +23,11 @@ "nunomaduro/termwind": "^1.15.1", "pestphp/pest-plugin": "^2.0.1", "pestphp/pest-plugin-arch": "^2.2.3", - "phpunit/phpunit": "^10.3.1" + "phpunit/phpunit": "^10.3.2" }, "conflict": { "webmozart/assert": "<1.11.0", - "phpunit/phpunit": ">10.3.1" + "phpunit/phpunit": ">10.3.2" }, "autoload": { "psr-4": {