From 5258ef05a1f93f2dae73121aec6eae9bfd89a4e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 13:11:49 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.6.15 to ^10.5.7 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.7/ChangeLog-10.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.15...10.5.7) --- 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 ef28df8..e5c4e39 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.46", - "phpunit/phpunit": "^9.6.15", + "phpunit/phpunit": "^10.5.7", "phpstan/phpstan": "^1.10.55", "rector/rector": "^0.19", "vimeo/psalm": "^5.19",