From 156f691e04c3f5e9efb285319d2d7bb3c9d2b914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 03:06:47 +0000 Subject: [PATCH] Update slevomat/coding-standard requirement from ^7.0 to ^8.6 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.6.0) --- 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 3111b3f..b96120d 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "phpunit/phpunit": "^9.3", "phpmd/phpmd": "^2.6", "squizlabs/php_codesniffer": "^3.3", - "slevomat/coding-standard": "^7.0" + "slevomat/coding-standard": "^8.6" }, "autoload": { "psr-4": {