From d7536356de047909251b1e4b7c5288076fcb9b8b Mon Sep 17 00:00:00 2001 From: jrfnl Date: Wed, 29 Dec 2021 22:12:30 +0100 Subject: [PATCH] README: update requirements listing The required version of the VariableAnalysis package was no longer in sync with the actual requirement as per the `composer.json` file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a7c31ae..29ffc219 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Go to https://docs.wpvip.com/technical-references/code-review/phpcs-report/ to l * PHP 5.4+ * [PHPCS 3.5.5+](https://github.com/squizlabs/PHP_CodeSniffer/releases) * [WPCS 2.3.0+](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases) -* [VariableAnalysis 2.8.3+](https://github.com/sirbrillig/phpcs-variable-analysis/releases) +* [VariableAnalysis 2.11.1+](https://github.com/sirbrillig/phpcs-variable-analysis/releases) ## Installation