From e2ac72a7bcb4bdc22589b58e0e8151d7e5f129e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 00:37:38 +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 8620514..840704b 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "minimum-stability": "stable", "require": {}, "require-dev": { - "phpunit/phpunit": "9.5.25" + "phpunit/phpunit": "9.6.33" }, "scripts": { "test": "phpunit --coverage-text"