From 639df4cb43a2f6b15d5b6220b8374a07faf503ce Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Thu, 28 Aug 2025 19:19:32 +0100 Subject: [PATCH] chore: uses phpunit 12.3.7 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 80ef937f..fe5d50ab 100644 --- a/composer.json +++ b/composer.json @@ -25,12 +25,12 @@ "pestphp/pest-plugin-arch": "^4.0.0", "pestphp/pest-plugin-mutate": "^4.0.1", "pestphp/pest-plugin-profanity": "^4.0.1", - "phpunit/phpunit": "^12.3.6", + "phpunit/phpunit": "^12.3.7", "symfony/process": "^7.3.0" }, "conflict": { "filp/whoops": "<2.18.3", - "phpunit/phpunit": ">12.3.6", + "phpunit/phpunit": ">12.3.7", "sebastian/exporter": "<7.0.0", "webmozart/assert": "<1.11.0" },