From 92523a6f397882d3dfa88818df38576ed23d82d6 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Wed, 20 Aug 2025 08:01:45 +0100 Subject: [PATCH] chore: uses phpunit `v12.3.5` --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index db2a5562..d69873fc 100644 --- a/composer.json +++ b/composer.json @@ -25,12 +25,12 @@ "pestphp/pest-plugin-arch": "^4.0.0", "pestphp/pest-plugin-mutate": "^4.0.0", "pestphp/pest-plugin-profanity": "^4.0.0", - "phpunit/phpunit": "^12.3.3", + "phpunit/phpunit": "^12.3.5", "symfony/process": "^7.3.0" }, "conflict": { "filp/whoops": "<2.18.3", - "phpunit/phpunit": ">12.3.3", + "phpunit/phpunit": ">12.3.5", "sebastian/exporter": "<7.0.0", "webmozart/assert": "<1.11.0" },