From 7c43d0455b59578a10d9ca19d12166bf34dbdd57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 00:07:38 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v8 [SECURITY] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8a69a55..e7275e6 100644 --- a/composer.json +++ b/composer.json @@ -23,6 +23,6 @@ }, "require-dev": { "php": "^7.2", - "phpunit/phpunit": "^7.4" + "phpunit/phpunit": "^8.5.52" } }