From 7d68e2c10f471f6514a8c6ac58fd6ea6eb7ac7be Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 14 Nov 2023 01:55:54 +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 1f73c33..c88bb43 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,9 @@ Symfony Polyfill Library | Corresponding PHPCompatibility Ruleset | Includes ## 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.