diff --git a/PHPCSDev/ruleset.xml b/PHPCSDev/ruleset.xml
index 857cdec..eea2f23 100644
--- a/PHPCSDev/ruleset.xml
+++ b/PHPCSDev/ruleset.xml
@@ -119,6 +119,9 @@
+
+
+
@@ -225,6 +228,9 @@
+
+
+
@@ -233,6 +239,9 @@
+
+
+
diff --git a/README.md b/README.md
index f468d96..d4dc97f 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ PHPCSDev ruleset for sniff repos
Once this project is installed, you will see a new `PHPCSDev` ruleset in the list of installed standards when you run `phpcs -i`.
-**Important: This ruleset currently requires PHP_CodeSniffer >= `3.6.2+`.**
+**Important: This ruleset currently requires PHP_CodeSniffer >= `3.13.0+`.**
> As sniffs developers will mostly work with the latest version of PHP_CodeSniffer, this shouldn't cause any problems.
>
diff --git a/composer.json b/composer.json
index bef72d2..bd6c109 100644
--- a/composer.json
+++ b/composer.json
@@ -22,7 +22,7 @@
},
"require" : {
"php" : ">=5.4",
- "squizlabs/php_codesniffer" : "^3.6.2",
+ "squizlabs/php_codesniffer" : "^3.13.0",
"phpcompatibility/php-compatibility" : "^9.0.0 || ^10.0.0",
"dealerdirect/phpcodesniffer-composer-installer" : "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7 || ^1.0"
},