We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01c1ff2 + b61d3d9 commit fd41813Copy full SHA for fd41813
PHPCompatibilityWP/ruleset.xml
@@ -6,8 +6,9 @@
6
The WordPress minimum PHP requirement was 5.2.4 up to WP 5.1.
7
As of WP 5.2, the new minimum PHP requirement is PHP 5.6.20.
8
As of WP 6.3, the new minimum PHP requirement is PHP 7.0.0.
9
+ As of WP 6.6, the new minimum PHP requirement is PHP 7.2.24.
10
Add the following in your project PHP_CodeSniffer ruleset to enforce this:
- <config name="testVersion" value="7.0-"/>
11
+ <config name="testVersion" value="7.2-"/>
12
13
This directive is not included in this ruleset as individual projects may use
14
a different (higher) minimum PHP version.
0 commit comments