From a673bfe961fd325881579ab87c6939fb3eef1685 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2020 05:49:33 +0000 Subject: [PATCH] Update doctrine/coding-standard requirement from ^6.0 to ^6.0 || ^8.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...8.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 12485ab..8983c51 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 || ^8.0" }, "autoload" : { "psr-4" : {