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