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"