Skip to content

Commit

Permalink
README: update reference to minimum PHPCS version
Browse files Browse the repository at this point in the history
The minimum PHPCS version for this standard was raised in PR #17, but the text in the README wasn't updated to match.
  • Loading branch information
jrfnl committed Jun 1, 2022
1 parent fb72452 commit 3e8ca65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ PHPCSDev ruleset for sniff repos

Once this project is installed, you will see a new `PHPCSDev` ruleset in the list of installed standards when you run `phpcs -i`.

**Important: This ruleset currently requires PHP_CodeSniffer >= `3.5.0+`.**
**Important: This ruleset currently requires PHP_CodeSniffer >= `3.6.2+`.**

> As sniffs developers will mostly work with the latest version of PHP_CodeSniffer, this shouldn't cause any problems.
>
Expand Down

0 comments on commit 3e8ca65

Please sign in to comment.