From 3466a2c922d04f395ab8e8e11f465414d85f5f83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 13:42:15 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v13.0.5 --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 2315c07269..b6c946bd1b 100644 --- a/composer.lock +++ b/composer.lock @@ -9905,16 +9905,16 @@ }, { "name": "phpunit/phpunit", - "version": "13.0.4", + "version": "13.0.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "915a2e7266f04c1867b2dc812abc86c34f1aa52f" + "reference": "d57826e8921a534680c613924bfd921ded8047f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/915a2e7266f04c1867b2dc812abc86c34f1aa52f", - "reference": "915a2e7266f04c1867b2dc812abc86c34f1aa52f", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d57826e8921a534680c613924bfd921ded8047f4", + "reference": "d57826e8921a534680c613924bfd921ded8047f4", "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.4" + "source": "https://github.com/sebastianbergmann/phpunit/tree/13.0.5" }, "funding": [ { @@ -10007,7 +10007,7 @@ "type": "tidelift" } ], - "time": "2026-02-18T09:00:54+00:00" + "time": "2026-02-18T12:40:03+00:00" }, { "name": "sebastian/cli-parser",