From a02d207e81d57815e27a34aa367707a229fdd845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 09:05:00 +0000 Subject: [PATCH] Update slevomat/coding-standard requirement from ^7.0 to ^8.2 Updates the requirements on [slevomat/coding-standard](https://github.com/slevomat/coding-standard) to permit the latest version. - [Release notes](https://github.com/slevomat/coding-standard/releases) - [Commits](https://github.com/slevomat/coding-standard/compare/7.0.0...8.2.0) --- updated-dependencies: - dependency-name: slevomat/coding-standard dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 860ad8d..c630edb 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "MessageCloud Coding Standard", "require": { "squizlabs/php_codesniffer": "^3.0", - "slevomat/coding-standard": "^7.0" + "slevomat/coding-standard": "^8.2" }, "require-dev": { "roave/security-advisories": "dev-master"