From bb1a0b5e79a2bd80258679afff1ab9aeb49096e4 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 9 Sep 2024 01:12:33 +0100 Subject: [PATCH] chore: locks phpunit --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 40922f23..4b44afb7 100644 --- a/composer.json +++ b/composer.json @@ -27,6 +27,7 @@ "phpunit/phpunit": "^11.3.3" }, "conflict": { + "phpunit/phpunit": ">11.3.3", "sebastian/exporter": "<6.0.0", "webmozart/assert": "<1.11.0" },