From ac54d6ab2d4bbf0cb7d5fc4426e4ae3d301d896f Mon Sep 17 00:00:00 2001 From: "J.D. Grimes" Date: Thu, 7 May 2015 09:52:36 -0400 Subject: [PATCH] Update comment about required phpcs version See https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/pull/378#issuecomment-98499800. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56977228a7..ebaffa641d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ For convenience of using `phpcs` as global command you might want to add path to 1. Install PHP_CodeSniffer by following its [installation instructions](https://github.com/squizlabs/PHP_CodeSniffer#installation) (via Composer, PEAR, or Git checkout). - Do ensure, if for example you're using [VVV](https://github.com/Varying-Vagrant-Vagrants/VVV), that you have the **latest version** of CodeSniffer (earlier versions, e.g. ~1.5.5, may warn about incorrect line indentation on every single line even if your code is actually correct.) + Do ensure, if for example you're using [VVV](https://github.com/Varying-Vagrant-Vagrants/VVV), that PHP_CodeSniffer's version matches our requirements (you can check the required version in [composer.json](composer.json#L18)). 2. Clone WordPress standards repository: