From d36e7402b24b838338db75ebc27714dbc6b11320 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 04:52:24 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.1 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/9.1.0...9.2.2) 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 d617e2dd..822f1451 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "phpstan/phpstan-deprecation-rules": "^0.12", "phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-strict-rules": "^0.12", - "phpunit/phpunit": "^9.1", + "phpunit/phpunit": "^9.2", "squizlabs/php_codesniffer": "^3.5", "twig/twig": "^3.0" },