From f7f4f7d3412fdbac32e3db4feb3634bb55543f3b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 12:55:16 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^8 to ^9 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/9.2.6/ChangeLog-9.2.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/8.0.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 2ea6781..352f3c2 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "php-di/php-di": "^6.0" }, "require-dev": { - "phpunit/phpunit": "^8", + "phpunit/phpunit": "^9", "phpdocumentor/phpdocumentor": "2.*", "evert/phpdoc-md": "0.2.0", "phly/changelog-generator": "^2.1"