From 1408cffc028690057e44f00038f9390f776e6bfb Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Wed, 22 Mar 2023 11:15:48 +0000 Subject: [PATCH] chore: bumps PHPUnit to `^10.0.18` --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6dfc06cd..775e72c9 100644 --- a/composer.json +++ b/composer.json @@ -23,11 +23,11 @@ "nunomaduro/termwind": "^1.15.1", "pestphp/pest-plugin": "^2.0.0", "pestphp/pest-plugin-arch": "^2.0.1", - "phpunit/phpunit": "^10.0.17" + "phpunit/phpunit": "^10.0.18" }, "conflict": { "webmozart/assert": "<1.11.0", - "phpunit/phpunit": ">10.0.17" + "phpunit/phpunit": ">10.0.18" }, "autoload": { "psr-4": {