Bump WP min ver used by PHPCS to match WC current requirement

This commit is contained in:
Rodrigo Primo 2019-12-18 10:18:53 -03:00
parent 9c4de8f5e7
commit ceaab9fdc0
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<exclude-pattern>*/vendor/*</exclude-pattern>
<!-- Configs -->
<config name="minimum_supported_wp_version" value="4.7" />
<config name="minimum_supported_wp_version" value="5.0" />
<config name="testVersion" value="5.6-" />
<!-- Rules -->