From e8ea618dcc8a57570ff86a0e37a1a2cc41579305 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Dec 2020 15:13:51 +0000 Subject: [PATCH] Update slevomat/coding-standard requirement in /build-cs 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/4.7.2...6.4.1) Signed-off-by: dependabot[bot] --- build-cs/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-cs/composer.json b/build-cs/composer.json index ea2bcb12..8f0842d7 100644 --- a/build-cs/composer.json +++ b/build-cs/composer.json @@ -2,6 +2,6 @@ "require-dev": { "consistence/coding-standard": "^3.5", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", - "slevomat/coding-standard": "^4.7.2" + "slevomat/coding-standard": "^6.4.1" } }