From cdf1767828a74f66e0c11e073ced63bc92255b9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 12:01:27 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^7.5 || ^8.0 to ^9.6.0 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/commits/9.6.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 46570ed4..a17a20d3 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "require-dev": { "swoft/swlib": "~2.0.0", "swoft/swoole-ide-helper": "dev-master", - "phpunit/phpunit": "^7.5 || ^8.0" + "phpunit/phpunit": "^9.6.0" }, "autoload": { "psr-4": {