From d6a3eb615eac5cee071ecdadb33102284fcff974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 12:01:56 +0000 Subject: [PATCH] Update slevomat/coding-standard requirement from ^7.0 to ^8.7 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.7.1) --- updated-dependencies: - dependency-name: slevomat/coding-standard dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 536fe3b..c5c2197 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "squizlabs/php_codesniffer": "^3.3", "phpunit/phpunit": "^9|^10", "infection/infection": "^0.25", - "slevomat/coding-standard": "^7.0", + "slevomat/coding-standard": "^8.7", "doctrine/coding-standard": "^9.0", "roave/infection-static-analysis-plugin": "^1.10" },