From b806c86ccace96138b83a70b6abb3b6d296aa6f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 01:06:17 +0000 Subject: [PATCH] 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 b126b5b..d9cbb7d 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^9.6", + "phpunit/phpunit": "^13.0", "yoast/phpunit-polyfills": "^3.0" }, "config": {