From 51772c309bede2e362208ac736072b278e93fd21 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 14 Nov 2023 02:22:17 +0100 Subject: [PATCH] Switch to PHPCSStandards/PHP_CodeSniffer The Squizlabs repo has been abandoned. The project continues in a fork in the PHPCSStandards organisation. Ref: * squizlabs/PHP_CodeSniffer 3932 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 55d66b9..7f7a710 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ This WordPress specific ruleset prevents false positives from the [PHPCompatibil ## Requirements -* [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer). - * PHP 5.3+ for use with [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) 2.3.0+. - * PHP 5.4+ for use with [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) 3.0.2+. +* [PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer). + * PHP 5.3+ for use with [PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) 2.3.0+. + * PHP 5.4+ for use with [PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) 3.0.2+. Use the latest stable release of PHP_CodeSniffer for the best results. The minimum _recommended_ version of PHP_CodeSniffer is version 2.6.0.