From b076463bf47dff09c0fe559ff15517556337a79f Mon Sep 17 00:00:00 2001 From: Christophe Vandeplas Date: Sun, 28 Jan 2024 08:25:27 +0000 Subject: [PATCH] fix: [composer] slevomat coding-standard --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e3b645bcb..1aaac1cc5 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,8 @@ "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.5", "psy/psysh": "@stable", - "sirbrillig/phpcs-variable-analysis": "^2.11" + "sirbrillig/phpcs-variable-analysis": "^2.11", + "slevomat/coding-standard": "~8.0" }, "suggest": { "markstory/asset_compress": "An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.", @@ -85,4 +86,4 @@ "php-http/discovery": true } } -} \ No newline at end of file +}