Skip to content

Commit faebb1a

Browse files
authored
Merge pull request #52 from PHPCompatibility/feature/switch-to-fork-of-phpcs
Switch to PHPCSStandards/PHP_CodeSniffer
2 parents a1d8194 + 51772c3 commit faebb1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ This WordPress specific ruleset prevents false positives from the [PHPCompatibil
1717

1818
## Requirements
1919

20-
* [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer).
21-
* PHP 5.3+ for use with [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) 2.3.0+.
22-
* PHP 5.4+ for use with [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) 3.0.2+.
20+
* [PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer).
21+
* PHP 5.3+ for use with [PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) 2.3.0+.
22+
* PHP 5.4+ for use with [PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) 3.0.2+.
2323

2424
Use the latest stable release of PHP_CodeSniffer for the best results.
2525
The minimum _recommended_ version of PHP_CodeSniffer is version 2.6.0.

0 commit comments

Comments
 (0)