diff --git a/HardMode/ruleset.xml b/HardMode/ruleset.xml index 27d17a1..567ac0a 100644 --- a/HardMode/ruleset.xml +++ b/HardMode/ruleset.xml @@ -2,7 +2,7 @@ + xsi:noNamespaceSchemaLocation="../vendor/squizlabs/php_codesniffer/phpcs.xsd"> @@ -62,8 +62,19 @@ 0 + + 0 + + + + 0 + + + 0 + + 0 @@ -93,6 +104,10 @@ + + + 0 + @@ -117,13 +132,18 @@ - + 0 - + 0 - + + 0 + + + + 0 @@ -136,9 +156,22 @@ tests/* + + + tests/* + + - + tests/* + + + + + + 0 + + diff --git a/composer.json b/composer.json index 77545d5..398eee3 100644 --- a/composer.json +++ b/composer.json @@ -4,6 +4,6 @@ "description": "Hard mode for PHP", "license": "MIT", "require": { - "doctrine/coding-standard": "^6.0" + "doctrine/coding-standard": "^8.0" } }