From cf03db5b85ed9695cdc6f3b5d47e69467e5c3cb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 07:36:12 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to ^13.1.14 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dd350a95f..76cb08fa6 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "theseer/tokenizer": "^2.0.1" }, "require-dev": { - "phpunit/phpunit": "^13.1.13" + "phpunit/phpunit": "^13.1.14" }, "suggest": { "ext-pcov": "PHP extension that provides line coverage",