From c04089f15970d01d56f5efb288e17d6721ccc3fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 15:26:12 +0000 Subject: [PATCH] :arrow_up: 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.0/ChangeLog-10.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.0...10.5.0) --- 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 6fcaa86..25b4eb3 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ }, "require-dev": { "phpstan/phpstan": "^1.9", - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^10.5", "vimeo/psalm": "^5.6" }, "suggest": {