Skip to content

Commit 1a1f242

Browse files
authored
Merge pull request #30 from PHPCompatibility/feature/switch-to-fork-of-phpcs
Switch to PHPCSStandards/PHP_CodeSniffer
2 parents 5bd6cb2 + 73c3a5c commit 1a1f242

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 ruleset prevents false positives from the [PHPCompatibility standard](https
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)