diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index dedbdbb9e..2eb61e5b9 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -40,8 +40,8 @@ When you introduce new `public` sniff properties, or your sniff extends a class ## Pre-requisites * WordPress-Coding-Standards * PHP_CodeSniffer 3.8.0 or higher -* PHPCSUtils 1.0.8 or higher -* PHPCSExtra 1.2.0 or higher +* PHPCSUtils 1.0.9 or higher +* PHPCSExtra 1.2.1 or higher * PHPUnit 4.x, 5.x, 6.x or 7.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 fbc394e69..ef3e469b5 100644 --- a/composer.json +++ b/composer.json @@ -22,8 +22,8 @@ "ext-tokenizer": "*", "ext-xmlreader": "*", "squizlabs/php_codesniffer": "^3.8.0", - "phpcsstandards/phpcsutils": "^1.0.8", - "phpcsstandards/phpcsextra": "^1.2.0" + "phpcsstandards/phpcsutils": "^1.0.9", + "phpcsstandards/phpcsextra": "^1.2.1" }, "require-dev": { "phpcompatibility/php-compatibility": "^9.0",