You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Bug reports containing a minimal code sample which can be used to reproduce the
14
14
Since WordPressCS employs many sniffs that are part of PHP_CodeSniffer itself or PHPCSExtra, sometimes an issue will be caused by a bug in PHPCS or PHPCSExtra and not in WordPressCS itself.
15
15
If the error message in question doesn't come from a sniff whose name starts with `WordPress`, the issue is probably a bug in PHPCS or PHPCSExtra.
16
16
17
-
* Bugs for sniffs starting with `Generic`, `PEAR`, `PSR1`, `PSR2`, `PSR12`, `Squiz` or `Zend` should be [reported to PHPCS](https://github.com/squizlabs/PHP_CodeSniffer/issues).
17
+
* Bugs for sniffs starting with `Generic`, `PEAR`, `PSR1`, `PSR2`, `PSR12`, `Squiz` or `Zend` should be [reported to PHPCS](https://github.com/PHPCSStandards/PHP_CodeSniffer/issues).
18
18
* Bugs for sniffs starting with `Modernize`, `NormalizedArrays` or `Universal` should be [reported to PHPCSExtra](https://github.com/PHPCSStandards/PHPCSExtra/issues).
19
19
20
20
# Contributing patches and new features
@@ -39,10 +39,10 @@ When you introduce new `public` sniff properties, or your sniff extends a class
39
39
40
40
## Pre-requisites
41
41
* WordPress-Coding-Standards
42
-
* PHP_CodeSniffer 3.7.2 or higher
43
-
* PHPCSUtils 1.0.8 or higher
44
-
* PHPCSExtra 1.1.0 or higher
45
-
* PHPUnit 4.x, 5.x, 6.x or 7.x
42
+
* PHP_CodeSniffer 3.9.0 or higher
43
+
* PHPCSUtils 1.0.10 or higher
44
+
* PHPCSExtra 1.2.1 or higher
45
+
* PHPUnit 4.x - 9.x
46
46
47
47
The WordPress Coding Standards use the `PHP_CodeSniffer` native unit test framework for unit testing the sniffs.
0 commit comments