Skip to content

Commit

Permalink
Merge pull request #30 from PHPCompatibility/feature/switch-to-fork-o…
Browse files Browse the repository at this point in the history
…f-phpcs

Switch to PHPCSStandards/PHP_CodeSniffer
  • Loading branch information
jrfnl committed Dec 8, 2023
2 parents 5bd6cb2 + 73c3a5c commit 1a1f242
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ This ruleset prevents false positives from the [PHPCompatibility standard](https

## 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.
Expand Down

0 comments on commit 1a1f242

Please sign in to comment.