From 1e5687f571c1b9ccfd9de727f2f492f3a8c886d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 07:10:02 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v12.0.3 --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 8132fce..5a8b6ea 100644 --- a/composer.lock +++ b/composer.lock @@ -1612,16 +1612,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.0.2", + "version": "12.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "6301fe5c1f5f34192ffd650a87fe055677a32212" + "reference": "df170d66e1dbb8ff0f21c9be2e7d7726bebc57ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6301fe5c1f5f34192ffd650a87fe055677a32212", - "reference": "6301fe5c1f5f34192ffd650a87fe055677a32212", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/df170d66e1dbb8ff0f21c9be2e7d7726bebc57ed", + "reference": "df170d66e1dbb8ff0f21c9be2e7d7726bebc57ed", "shasum": "" }, "require": { @@ -1689,7 +1689,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/12.0.2" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.0.3" }, "funding": [ { @@ -1705,7 +1705,7 @@ "type": "tidelift" } ], - "time": "2025-02-08T09:18:47+00:00" + "time": "2025-02-18T06:28:55+00:00" }, { "name": "sebastian/cli-parser",