From b256afce00db7b9916467f13ac3e044fa4ab9feb Mon Sep 17 00:00:00 2001 From: Marc Bennewitz Date: Mon, 9 Feb 2026 22:32:44 +0100 Subject: [PATCH] Update PHPUnit 8.x & 9.x to fix PHPUnit Vulnerability --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b6dfe92..db5a2a5 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "require-dev": { "phpbench/phpbench": "^0.16.10 || ^1.0.4", "phpstan/phpstan": "^1.3.1", - "phpunit/phpunit": "^7.5.20 | ^8.5.22 | ^9.5.11", + "phpunit/phpunit": "^7.5.20 | ^8.5.52 | ^9.6.33", "vimeo/psalm": "^4.17.0 | ^5.26.1" }, "autoload": {