From c4c473c8573b043df89363addcf24fd00ed4f231 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 10:59:32 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v13.0.4 --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 1c4f82c981..2315c07269 100644 --- a/composer.lock +++ b/composer.lock @@ -9905,16 +9905,16 @@ }, { "name": "phpunit/phpunit", - "version": "13.0.3", + "version": "13.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "a9c20642ffd2098c0f9e687c00849afbce2f23c7" + "reference": "915a2e7266f04c1867b2dc812abc86c34f1aa52f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a9c20642ffd2098c0f9e687c00849afbce2f23c7", - "reference": "a9c20642ffd2098c0f9e687c00849afbce2f23c7", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/915a2e7266f04c1867b2dc812abc86c34f1aa52f", + "reference": "915a2e7266f04c1867b2dc812abc86c34f1aa52f", "shasum": "" }, "require": { @@ -9983,7 +9983,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/13.0.3" + "source": "https://github.com/sebastianbergmann/phpunit/tree/13.0.4" }, "funding": [ { @@ -10007,7 +10007,7 @@ "type": "tidelift" } ], - "time": "2026-02-16T08:38:33+00:00" + "time": "2026-02-18T09:00:54+00:00" }, { "name": "sebastian/cli-parser",