From e4af33867b340c8dfef5db75e003c5fb65fedf9c Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 5 Apr 2024 08:44:07 +0100 Subject: [PATCH] chore: bumps dependencies --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 881f5f77..0dbb150f 100644 --- a/composer.json +++ b/composer.json @@ -23,10 +23,10 @@ "nunomaduro/termwind": "^1.15.1|^2.0.1", "pestphp/pest-plugin": "^2.1.1", "pestphp/pest-plugin-arch": "^2.7.0", - "phpunit/phpunit": "^10.5.16" + "phpunit/phpunit": "^10.5.17" }, "conflict": { - "phpunit/phpunit": ">10.5.16", + "phpunit/phpunit": ">10.5.17", "sebastian/exporter": "<5.1.0", "webmozart/assert": "<1.11.0" },