From de3d688f00a8eebeb44f4e5c2768511bd3e76cfa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 19:47:10 +0200 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v11.1.2 (#5283) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 64236b98b5..973beb3d3f 100644 --- a/composer.lock +++ b/composer.lock @@ -9235,16 +9235,16 @@ }, { "name": "phpunit/phpunit", - "version": "11.1.1", + "version": "11.1.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "816cb6070af901c0548aa5f18f2132fd8a6e4ade" + "reference": "51e342a0bc987e0ea8418105d0711f08ae116de3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/816cb6070af901c0548aa5f18f2132fd8a6e4ade", - "reference": "816cb6070af901c0548aa5f18f2132fd8a6e4ade", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/51e342a0bc987e0ea8418105d0711f08ae116de3", + "reference": "51e342a0bc987e0ea8418105d0711f08ae116de3", "shasum": "" }, "require": { @@ -9315,7 +9315,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/11.1.1" + "source": "https://github.com/sebastianbergmann/phpunit/tree/11.1.2" }, "funding": [ { @@ -9331,7 +9331,7 @@ "type": "tidelift" } ], - "time": "2024-04-06T06:20:21+00:00" + "time": "2024-04-14T07:13:56+00:00" }, { "name": "sebastian/cli-parser",