From 02b1ffb33481197fe7abd3aed45c9e0ee961e67c Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 27 May 2025 11:37:29 +0100 Subject: [PATCH] chore: bump dependencies --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 92dcddfe..a9800dab 100644 --- a/composer.json +++ b/composer.json @@ -25,11 +25,11 @@ "pestphp/pest-plugin": "^4.0.0", "pestphp/pest-plugin-arch": "^4.0.0", "pestphp/pest-plugin-mutate": "^4.0.0", - "phpunit/phpunit": "^12.1.4" + "phpunit/phpunit": "^12.1.6" }, "conflict": { "filp/whoops": "<2.16.0", - "phpunit/phpunit": ">12.1.4", + "phpunit/phpunit": ">12.1.6", "sebastian/exporter": "<7.0.0", "webmozart/assert": "<1.11.0" },