From 8372cb61c1da9221d8e8b1258bd928ff23dfe0bc Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 14 Nov 2023 03:22:41 +0100 Subject: [PATCH] Composer: update various version constraints ... after the tooling has also updated to the PHPCSStandards version of PHPCS. Refs: * https://github.com/PHPCSStandards/PHPCSUtils/releases * https://github.com/PHPCSStandards/PHPCSExtra/releases * https://github.com/WordPress/WordPress-Coding-Standards/releases --- README.md | 4 ++-- composer.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1efb6da7..5bfdcece 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ Go to https://docs.wpvip.com/technical-references/code-review/phpcs-report/ to l * PHP 5.4+ * [PHPCS 3.8.0+](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases) -* [PHPCSUtils 1.0.8+](https://github.com/PHPCSStandards/PHPCSUtils) -* [WPCS 3.0.0+](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases) +* [PHPCSUtils 1.0.9+](https://github.com/PHPCSStandards/PHPCSUtils) +* [WPCS 3.1.0+](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases) * [VariableAnalysis 2.11.17+](https://github.com/sirbrillig/phpcs-variable-analysis/releases) ## Installation diff --git a/composer.json b/composer.json index 7cb78d04..28c7160e 100644 --- a/composer.json +++ b/composer.json @@ -17,11 +17,11 @@ ], "require": { "php": ">=5.4", - "phpcsstandards/phpcsextra": "^1.1.0", - "phpcsstandards/phpcsutils": "^1.0.8", + "phpcsstandards/phpcsextra": "^1.2.1", + "phpcsstandards/phpcsutils": "^1.0.9", "sirbrillig/phpcs-variable-analysis": "^2.11.17", "squizlabs/php_codesniffer": "^3.8.0", - "wp-coding-standards/wpcs": "^3.0" + "wp-coding-standards/wpcs": "^3.1.0" }, "require-dev": { "php-parallel-lint/php-parallel-lint": "^1.3.2",