Skip to content

Commit 9c52b3a

Browse files
committed
Remove php compat
1 parent bfb3902 commit 9c52b3a

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.phpcs.xml.dist

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,11 @@
1616
<arg name="extensions" value="php"/>
1717
<arg name="parallel" value="8"/><!-- Enables parallel processing when available for faster results. -->
1818

19-
<!-- Rules: Check PHP version compatibility -->
20-
<!-- https://github.com/PHPCompatibility/PHPCompatibility#sniffing-your-code-for-compatibility-with-specific-php-versions -->
21-
<config name="testVersion" value="5.6-"/>
22-
<!-- https://github.com/PHPCompatibility/PHPCompatibilityWP -->
23-
<rule ref="PHPCompatibilityWP"/>
24-
2519
<!-- Rules: WordPress Coding Standards -->
2620
<!-- https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards -->
2721
<!-- https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties -->
28-
<config name="minimum_supported_wp_version" value="4.6"/>
29-
<rule ref="WordPress">
30-
<exclude name="WordPress.VIP"/>
31-
</rule>
22+
<config name="minimum_supported_wp_version" value="4.8"/>
23+
<rule ref="WordPress" />
3224
<rule ref="WordPress.NamingConventions.PrefixAllGlobals">
3325
<properties>
3426
<!-- Value: replace the function, class, and variable prefixes used. Separate multiple prefixes with a comma. -->

0 commit comments

Comments
 (0)