From 80cc23806ba2a015bd238d3ef04b91f579c39b70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:54:32 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.5 to ^10.5 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.2/ChangeLog-10.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.0...10.5.2) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index be8cfb2..f65cf72 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "onion/promise": "@dev" }, "require-dev": { - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^10.5", "infection/infection": "^0.27.0", "vimeo/psalm": "^5.13", "phpspec/prophecy-phpunit": "^2.0",