From 2c5c600fb89c92866b1bd2d1a7bedef4ba56e1f2 Mon Sep 17 00:00:00 2001 From: "appsec-renovate-bot[bot]" <255880998+appsec-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 07:02:44 +0000 Subject: [PATCH] [Renovate] Update dependency phpunit/phpunit to ~9.6.0 [SECURITY] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 749c6bc..4fb5c86 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "ext-zlib": "*" }, "require-dev": { - "phpunit/phpunit": "~9.5.4", + "phpunit/phpunit": "~9.6.0", "phpstan/phpstan": "~0.12.88", "vimeo/psalm": "~4.7.2" },