From 579f7d7c7a9435d5dead40bcad7f1fe6fa76069c Mon Sep 17 00:00:00 2001 From: acoulton Date: Mon, 24 Oct 2022 12:50:41 +0100 Subject: [PATCH] Bump minimum phpunit version Older versions appear not to cope with mocking methods with union return types properly. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a0cc677..5f0bbbc 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ "symfony/yaml": "^4.0" }, "require-dev": { - "phpunit/phpunit": "^9.5.5", + "phpunit/phpunit": "^9.5.25", "mikey179/vfsstream": "^1.6.11" }, "conflict": {