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.
1 parent 561eb1a commit 5d7ff38Copy full SHA for 5d7ff38
README.md
@@ -27,9 +27,9 @@ Create the `.phpcs.xml` or `phpcs.xml` file at the root of your project:
27
<exclude-pattern>\vendor/*</exclude-pattern>
28
<exclude-pattern>\.github/*</exclude-pattern>
29
30
- <config name="testVersion" value="5.5-"/>
+ <config name="testVersion" value="5.6-"/>
31
<config name="multi_domains" value="true"/>
32
- <config name="minimum_supported_wp_version" value="4.9"/>
+ <config name="minimum_supported_wp_version" value="5.2"/>
33
34
<rule ref="WPForms"/>
35
0 commit comments