From a6efdd34055f5dc0ba7d86b5766e76ddb905ced2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2020 20:23:54 +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 84084cd..c5512de 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "phpstan/phpstan": "^0.11.16", "php-coveralls/php-coveralls": "^2.1.0", "symfony/translation": "^4", - "doctrine/coding-standard": "^6.0" + "doctrine/coding-standard": "^6.0 || ^7.0" }, "scripts": { "phpstan": "phpstan analyse src/ -c phpstan.neon --level=7 --no-progress",