From 1e2ea2112bb975ccb7a6b53fab1b2defac85eee9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2020 08:44:42 +0000 Subject: [PATCH] Update doctrine/coding-standard requirement from ^6.0 to ^6.0 || ^7.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...7.0.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 12485ab..d3fc9f8 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,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 || ^7.0" }, "autoload" : { "psr-4" : {