From 6ba373a772744a98a5ed0a51e97372543744d3c1 Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Wed, 15 Apr 2026 08:49:34 -0700 Subject: [PATCH] chore: bumps phpunit --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 33128d07..dbb7c0bb 100644 --- a/composer.json +++ b/composer.json @@ -25,12 +25,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.16", + "phpunit/phpunit": "^12.5.20", "symfony/process": "^7.4.8|^8.0.8" }, "conflict": { "filp/whoops": "<2.18.3", - "phpunit/phpunit": ">12.5.16", + "phpunit/phpunit": ">12.5.20", "sebastian/exporter": "<7.0.0", "webmozart/assert": "<1.11.0" },