From e4ed60085c845c773bf35c1f6309d55cf7260886 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 17 Feb 2026 17:18:45 +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 8b980f0e..5363aee9 100644 --- a/composer.json +++ b/composer.json @@ -25,12 +25,12 @@ "pestphp/pest-plugin-arch": "^5.0.0", "pestphp/pest-plugin-mutate": "^5.0.0", "pestphp/pest-plugin-profanity": "^5.0.0", - "phpunit/phpunit": "^13.0", + "phpunit/phpunit": "^13.0.3", "symfony/process": "^8.0.5" }, "conflict": { "filp/whoops": "<2.18.3", - "phpunit/phpunit": ">13.0", + "phpunit/phpunit": ">13.0.3", "sebastian/exporter": "<7.0.0", "webmozart/assert": "<1.11.0" },