From 17bb25a99f7ef1ae852b06588b58322b347d8d49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 05:51:16 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v13 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7999a74..f976180 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ } }, "require-dev": { - "phpunit/phpunit": "^11.0", + "phpunit/phpunit": "^13.0", "yoast/phpunit-polyfills": "^3.0", "rector/rector": "^2.0", "phpstan/extension-installer": "^1.4",