From 2b06935db324c4aff2237918dda263dd133f1dc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 06:46:16 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.6.0 to ^9.6.0 || ^10.0.0 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.4.2/ChangeLog-10.4.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.0...10.4.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 3c2a97c..35a5a3c 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "friendsofphp/php-cs-fixer": "^3.0", "mockery/mockery": "^1.6.0", "phpstan/phpstan": "^1.8", - "phpunit/phpunit": "^9.6.0", + "phpunit/phpunit": "^9.6.0 || ^10.0.0", "roave/security-advisories": "dev-latest", "vimeo/psalm": "^5.15.0" },