From 307db85bc8e18c41aa7b4b6e584eb78b0426d230 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 05:05:02 +0000 Subject: [PATCH] Update doctrine/coding-standard requirement from ^6.0 to ^6.0 || ^9.0 Updates the requirements on [doctrine/coding-standard](https://github.com/doctrine/coding-standard) to permit the latest version. - [Release notes](https://github.com/doctrine/coding-standard/releases) - [Commits](https://github.com/doctrine/coding-standard/compare/6.0.0...9.0.0) 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 32f2e38..6752cc1 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "thecodingmachine/phpstan-strict-rules": "^0.12.0", "php-http/mock-client": "^1.0", "php-http/guzzle6-adapter": "^1.1", - "doctrine/coding-standard": "^6.0" + "doctrine/coding-standard": "^6.0 || ^9.0" }, "autoload" : { "psr-4" : {