From c4405bfe2a3c89285b2b588caefd111ad54b27c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 02:41:39 +0000 Subject: [PATCH] Bump phpunit/phpunit from 11.2.3 to 11.2.5 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 11.2.3 to 11.2.5. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.2.5/ChangeLog-11.2.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.2.3...11.2.5) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 85714ee..9512945 100644 --- a/composer.lock +++ b/composer.lock @@ -2288,16 +2288,16 @@ }, { "name": "phpunit/phpunit", - "version": "11.2.3", + "version": "11.2.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "8475044fbb0af57c8daea06bcfe21e2785401f97" + "reference": "be9e3ed32a1287a9bfda15936cc86fef4e4cf591" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8475044fbb0af57c8daea06bcfe21e2785401f97", - "reference": "8475044fbb0af57c8daea06bcfe21e2785401f97", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/be9e3ed32a1287a9bfda15936cc86fef4e4cf591", + "reference": "be9e3ed32a1287a9bfda15936cc86fef4e4cf591", "shasum": "" }, "require": { @@ -2368,7 +2368,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.2.3" + "source": "https://github.com/sebastianbergmann/phpunit/tree/11.2.5" }, "funding": [ { @@ -2384,7 +2384,7 @@ "type": "tidelift" } ], - "time": "2024-06-19T05:31:11+00:00" + "time": "2024-06-20T13:11:31+00:00" }, { "name": "psr/event-dispatcher",