From d80242f3354c3e0f5ec7c20ca1f2648fa0249c28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 18:36:01 +0000 Subject: [PATCH] chore(deps): bump phpunit/phpunit from 10.5.64 to v13 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vendor-bin/phpunit/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor-bin/phpunit/composer.json b/vendor-bin/phpunit/composer.json index 90a47140..374a04c0 100644 --- a/vendor-bin/phpunit/composer.json +++ b/vendor-bin/phpunit/composer.json @@ -6,6 +6,6 @@ "sort-packages": true }, "require-dev": { - "phpunit/phpunit": "^10.5.64" + "phpunit/phpunit": "^13.3.1" } }