From a0391f4ec9a03c6adb26141b4d1dfb449c244d21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 20:35:33 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v9.6.33 [security] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0cdd7eb..5816e50 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "php": "> 5.6.0" }, "require-dev": { - "phpunit/phpunit": "9.6.10", + "phpunit/phpunit": "9.6.33", "wp-coding-standards/wpcs": "dev-master" }, "license": "GPL-2.0+",