From 81493b5c419d28b72c35d7d17248466f1684ecc0 Mon Sep 17 00:00:00 2001 From: ADmad Date: Sun, 26 Jun 2022 23:26:39 +0530 Subject: [PATCH] Bump up slevomat coding standard. --- CakePHP/ruleset.xml | 11 ++++++++++- composer.json | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CakePHP/ruleset.xml b/CakePHP/ruleset.xml index 66e8a28..41bf135 100644 --- a/CakePHP/ruleset.xml +++ b/CakePHP/ruleset.xml @@ -203,7 +203,16 @@ */tests/* - + + + + + + + + */tests/* + + diff --git a/composer.json b/composer.json index bb03d1f..ca14f10 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ "require": { "php": ">=7.2.0", "phpstan/phpdoc-parser": "^1.4.5", - "slevomat/coding-standard": "^6.3.6 || ^7.0", - "squizlabs/php_codesniffer": "^3.6" + "slevomat/coding-standard": "^8.1", + "squizlabs/php_codesniffer": "^3.7.1" }, "require-dev": { "phpunit/phpunit": "^7.1"