From 40781113e7d421bce386bcb9b88b3868edd06645 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 14:36:42 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v10.5.43 --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index df5ccf2b..8978c994 100644 --- a/composer.lock +++ b/composer.lock @@ -7473,16 +7473,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.42", + "version": "10.5.43", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "a9336f40898c5b180e4d7305c62500b99ddf436b" + "reference": "fb117a8772c14fdc41acb1ded0de44de0c9091f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a9336f40898c5b180e4d7305c62500b99ddf436b", - "reference": "a9336f40898c5b180e4d7305c62500b99ddf436b", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fb117a8772c14fdc41acb1ded0de44de0c9091f9", + "reference": "fb117a8772c14fdc41acb1ded0de44de0c9091f9", "shasum": "" }, "require": { @@ -7554,7 +7554,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.42" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.43" }, "funding": [ { @@ -7570,7 +7570,7 @@ "type": "tidelift" } ], - "time": "2025-01-28T15:01:53+00:00" + "time": "2025-01-29T13:59:45+00:00" }, { "name": "sebastian/cli-parser",