From 5f34e55ccdaf45c8b4580819f892d523058dbe7f Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Sun, 3 Jul 2022 12:52:55 -0400 Subject: [PATCH] Mark support for slevomat/coding-standard ^8.0 Signed-off-by: Matthew Peveler --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d19173f..bb1e938 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "require": { "php": ">=7.2.0", - "slevomat/coding-standard": "^6.3.6 || ^7.0", + "slevomat/coding-standard": "^6.3.6 || ^7.0 || ^8.0", "squizlabs/php_codesniffer": "^3.6" }, "require-dev": {