From aa6ff95ea4ebc326a7e64283e47594c905684442 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Thu, 28 Mar 2024 11:36:36 +0000 Subject: [PATCH] chore: bumps dependencies --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f0305dfa..881f5f77 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.15" + "phpunit/phpunit": "^10.5.16" }, "conflict": { - "phpunit/phpunit": ">10.5.15", + "phpunit/phpunit": ">10.5.16", "sebastian/exporter": "<5.1.0", "webmozart/assert": "<1.11.0" },