diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 80032cba98..2b1b5239f2 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -62,9 +62,9 @@ When you introduce new `public` sniff properties, or your sniff extends a class ### Pre-requisites * WordPress-Coding-Standards -* PHP_CodeSniffer 3.13.5 or higher -* PHPCSUtils 1.2.2 or higher -* PHPCSExtra 1.5.0 or higher +* PHP_CodeSniffer 3.13.6 or higher +* PHPCSUtils 1.2.3 or higher +* PHPCSExtra 1.5.1 or higher * PHPUnit 8.x - 9.x The WordPress Coding Standards use the `PHP_CodeSniffer` native unit test framework for unit testing the sniffs. diff --git a/composer.json b/composer.json index 4af7f4f87c..15e4ba49f2 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "ext-libxml": "*", "ext-tokenizer": "*", "ext-xmlreader": "*", - "squizlabs/php_codesniffer": "^3.13.5", + "squizlabs/php_codesniffer": "^3.13.6", "phpcsstandards/phpcsutils": "^1.2.3", "phpcsstandards/phpcsextra": "^1.5.1" },