From d8e4a405ad0eb75e38caa1ab5dbab1a437a895cb Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 9 Sep 2024 10:57:31 +0100 Subject: [PATCH] chore: bumps dependencies --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4b44afb7..afff0162 100644 --- a/composer.json +++ b/composer.json @@ -24,10 +24,10 @@ "pestphp/pest-plugin": "^3.0.0", "pestphp/pest-plugin-arch": "^3.0.0", "pestphp/pest-plugin-mutate": "^3.0.1", - "phpunit/phpunit": "^11.3.3" + "phpunit/phpunit": "^11.3.4" }, "conflict": { - "phpunit/phpunit": ">11.3.3", + "phpunit/phpunit": ">11.3.4", "sebastian/exporter": "<6.0.0", "webmozart/assert": "<1.11.0" },