From e10cac081446f0f9e89bd9ea484cb6cd7bbe8e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Tamarelle?= Date: Thu, 26 Sep 2024 09:23:48 +0200 Subject: [PATCH] Higher phpunit version required --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3ac90068c..e7d51e61e 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ }, "require-dev": { "doctrine/coding-standard": "^12.0", - "phpunit/phpunit": "^9.6", + "phpunit/phpunit": "^9.6.11", "rector/rector": "^1.1", "squizlabs/php_codesniffer": "^3.7", "vimeo/psalm": "^5.13"