Update phpcs.xml

This commit is contained in:
Bogdan Rapaić 2020-03-19 20:40:06 +01:00 committed by GitHub
parent 7a53d8fa93
commit 6da8688ede
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
<exclude-pattern>*/.github/*</exclude-pattern>
<exclude-pattern>*/tests/*</exclude-pattern>
<config name="minimum_supported_wp_version" value="4.9" />
<config name="minimum_supported_wp_version" value="4.6" />
<config name="testVersion" value="5.4-"/>
<rule ref="PSR1.Classes.ClassDeclaration"/>