From d712744f7d751b824c44ff01deaedbfcc9b4f508 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 05:59:11 +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 254266e..1bf71b2 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ }, "require": { "php": "^8.1", - "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0" + "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0 || ^13.0" }, "require-dev": { "digitalrevolution/phpunit-file-coverage-inspection": "^3.0",