From b07458f40feaaea80db54b9e5eb86e01c45c4d60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 19:37:04 +0000 Subject: [PATCH] Bump phpunit/phpunit from 10.0.13 to 10.0.14 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.0.13 to 10.0.14. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-10.0.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.0.13...10.0.14) --- 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 632212b9..e88ec1de 100644 --- a/composer.lock +++ b/composer.lock @@ -9944,16 +9944,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.0.13", + "version": "10.0.14", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "c37a88d7a905266eab6498817a1bf1170043313f" + "reference": "7065dbebcb0f66cf16a45fc9cfc28c2351e06169" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c37a88d7a905266eab6498817a1bf1170043313f", - "reference": "c37a88d7a905266eab6498817a1bf1170043313f", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7065dbebcb0f66cf16a45fc9cfc28c2351e06169", + "reference": "7065dbebcb0f66cf16a45fc9cfc28c2351e06169", "shasum": "" }, "require": { @@ -10024,7 +10024,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.0.13" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.0.14" }, "funding": [ { @@ -10040,7 +10040,7 @@ "type": "tidelift" } ], - "time": "2023-02-27T13:07:57+00:00" + "time": "2023-03-01T05:37:49+00:00" }, { "name": "pimple/pimple",