From 74e3982df5ef4c5fbb88efdd37d0068c8f1910e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 06:54:05 +0000 Subject: [PATCH] Update slevomat/coding-standard requirement from ^6.1 to ^7.0 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/6.1.0...7.0.8) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e757cd2..499823f 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "phpstan/phpstan": "^0.12.88", "phpunit/phpunit": "^7.5", "roave/security-advisories": "dev-master", - "slevomat/coding-standard": "^6.1", + "slevomat/coding-standard": "^7.0", "squizlabs/php_codesniffer": "^3.4", "symfony/console": "~3.0|~4.0" },