From db9243ca2ebefcd38dbba5b7ce0f3466efe8369d Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 29 Apr 2025 09:57:02 +0100 Subject: [PATCH] bump dependencies --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d2a1461f..f4617a5b 100644 --- a/composer.json +++ b/composer.json @@ -24,11 +24,11 @@ "pestphp/pest-plugin": "^4.0.0", "pestphp/pest-plugin-arch": "^4.0.0", "pestphp/pest-plugin-mutate": "^4.0.0", - "phpunit/phpunit": "^12.1.2" + "phpunit/phpunit": "^12.1.3" }, "conflict": { "filp/whoops": "<2.16.0", - "phpunit/phpunit": ">12.1.2", + "phpunit/phpunit": ">12.1.3", "sebastian/exporter": "<7.0.0", "webmozart/assert": "<1.11.0" },