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 c31b9dfdd..0fb01c8d9 100644 --- a/composer.json +++ b/composer.json @@ -22,13 +22,13 @@ "ext-tokenizer": "*", "ext-xmlreader": "*", "phpcsstandards/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", "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0", - "phpcsstandards/phpcsdevtools": "^1.2.0", + "phpcsstandards/phpcsdevtools": "^1.2.2", "php-parallel-lint/php-parallel-lint": "^1.3.2", "php-parallel-lint/php-console-highlighter": "^1.0.0" },