From 66aa9abc5beb54d7a4efa6897b5f5c97b8b2948e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 15:35:52 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to ^13.1.13 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 53f4528c5..dd350a95f 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "theseer/tokenizer": "^2.0.1" }, "require-dev": { - "phpunit/phpunit": "^13.1.12" + "phpunit/phpunit": "^13.1.13" }, "suggest": { "ext-pcov": "PHP extension that provides line coverage",