From 34aa23c87801459cfc1423dffb76baadceec508c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 12:03:36 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from 8.* to 8.* || 9.* Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.10/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/8.0.0...9.6.10) --- 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 568c5d4..8068b13 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "php": ">=7.4" }, "require-dev": { - "phpunit/phpunit": "8.*" + "phpunit/phpunit": "8.* || 9.*" }, "autoload": { "psr-4": {