From 1cdbaed1017cb34fe3f4376ef18a871788644cb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 07:07:31 +0000 Subject: [PATCH] Update zing/coding-standard requirement from ^2.4 || ^3.2 to ^2.4 || ^3.2 || ^3.0 Updates the requirements on [zing/coding-standard](https://github.com/zingimmick/coding-standard) to permit the latest version. - [Release notes](https://github.com/zingimmick/coding-standard/releases) - [Changelog](https://github.com/zingimmick/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/zingimmick/coding-standard/commits/3.0.0) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 90b6ccf..f8810cc 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ }, "require-dev": { "phpunit/phpunit": "^8.0,<8.5.12 || ^9.3.3", - "zing/coding-standard": "^2.4 || ^3.2" + "zing/coding-standard": "^2.4 || ^3.2 || ^3.0" }, "autoload": { "psr-4": {