From 9297640eec001f1cd0cd47bfc566624f3e73889c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 13:15:58 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to ^12.5.25 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8a0d1dc09..7d3da450a 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "theseer/tokenizer": "^2.0.1" }, "require-dev": { - "phpunit/phpunit": "^12.5.1" + "phpunit/phpunit": "^12.5.25" }, "suggest": { "ext-pcov": "PHP extension that provides line coverage",