From 9a5602701e8f50c0e16209d3381bd0a37f2409da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 06:25:07 +0000 Subject: [PATCH] Update slevomat/coding-standard requirement from ^6.3 || ^7.0 to ^6.3 || ^7.0 || ^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/commits/8.0.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 d1caa60..449bcd6 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "phpcompatibility/php-compatibility": "^9.3", "phpstan/phpstan": "^0.12.65", "phpunit/phpunit": "^7.0 | ^8.0 | ^9.0", - "slevomat/coding-standard": "^6.3 || ^7.0", + "slevomat/coding-standard": "^6.3 || ^7.0 || ^8.0", "squizlabs/php_codesniffer": "^3.3" }, "autoload": {