From 5c971e2831234ed4359eac1f9763cb6038f9c9e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 04:13:26 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.6 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.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 15b5b8e..bec5448 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "symfony/framework-bundle": "^6.4 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "^9.6", + "phpunit/phpunit": "^10.5", "simple-bus/message-bus": "^6.0", "symfony/messenger": "^6.4 || ^7.0" },