From e4caf7e0a1d3e56002d8aefa71f7e4160ed8516a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 20:22:53 +0000 Subject: [PATCH] composer(deps-dev): update phpunit/phpunit requirement 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.3/ChangeLog-10.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.0...10.5.3) --- 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 3da4be3..e2ba233 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "infection/infection": "^0.26", "nyholm/psr7": "^1.8", "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.6", + "phpunit/phpunit": "^10.5", "psalm/plugin-phpunit": "^0.18", "setono/code-quality-pack": "^2.4", "symfony/http-client": "^5.4 || ^6.0"