From cd711a25d5305d3a3b9df7a2e30eaf953f6ebb75 Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Thu, 11 Jun 2026 10:08:36 +0100 Subject: [PATCH] chore: bumps phpunit --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a7d92b2a..8a6a2efc 100644 --- a/composer.json +++ b/composer.json @@ -26,12 +26,12 @@ "pestphp/pest-plugin-arch": "^4.0.2", "pestphp/pest-plugin-mutate": "^4.0.1", "pestphp/pest-plugin-profanity": "^4.2.1", - "phpunit/phpunit": "^12.5.28", + "phpunit/phpunit": "^12.5.29", "symfony/process": "^7.4.13|^8.1.0" }, "conflict": { "filp/whoops": "<2.18.3", - "phpunit/phpunit": ">12.5.28", + "phpunit/phpunit": ">12.5.29", "sebastian/exporter": "<7.0.0", "webmozart/assert": "<1.11.0" },