From 5ef86c5f88ce85b956aa2580868a5d2efd7b301f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2020 09:02:49 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^7.5 to ^9.2 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/master/ChangeLog-9.2.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/7.5.0...9.2.6) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 91988b4a..d8452d67 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" + "phpunit/phpunit": "^9.2" }, "autoload": { "psr-4": {