From 6819a286e7b8e8514e511dd1bbd9a88d3e45bf8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 18:42:36 +0200 Subject: [PATCH] tools(deps-dev): Update phpunit/phpunit requirement in /tools/phpunit (#353) Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.3.4/ChangeLog-10.3.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.3.3...10.3.4) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tools/phpunit/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/phpunit/composer.json b/tools/phpunit/composer.json index 6abc61c8..61171d24 100644 --- a/tools/phpunit/composer.json +++ b/tools/phpunit/composer.json @@ -3,7 +3,7 @@ "description": "phpunit", "type": "metapackage", "require-dev": { - "phpunit/phpunit": "10.3.3", + "phpunit/phpunit": "10.3.4", "roave/security-advisories": "dev-latest" }, "prefer-stable": true,