From e8c0fe3f7b7280c6b8e46c146e6faa09532e51c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 16:03:07 +0000 Subject: [PATCH] Update slevomat/coding-standard requirement from 7.1 to 8.8.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/7.1.0...8.8.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 5dfafe2..44d8293 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "orchestra/testbench": "^6.0|^7.0", "phpmd/phpmd": "^2.6", "phpunit/phpunit": "9.*", - "slevomat/coding-standard": "7.1", + "slevomat/coding-standard": "8.8.0", "squizlabs/php_codesniffer": "^3.5" }, "autoload": {