From 7749775f5077696dc08849f575e12c6d58b62938 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sun, 24 Aug 2025 15:17:19 +0100 Subject: [PATCH] chore: uses phpunit 12.3.6 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9574e89f..80ef937f 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.5", + "phpunit/phpunit": "^12.3.6", "symfony/process": "^7.3.0" }, "conflict": { "filp/whoops": "<2.18.3", - "phpunit/phpunit": ">12.3.5", + "phpunit/phpunit": ">12.3.6", "sebastian/exporter": "<7.0.0", "webmozart/assert": "<1.11.0" },