Skip to content

Commit 5d7ff38

Browse files
committed
Update README.md since we bump up suppoerted versions of PHP and WP.
1 parent 561eb1a commit 5d7ff38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Create the `.phpcs.xml` or `phpcs.xml` file at the root of your project:
2727
<exclude-pattern>\vendor/*</exclude-pattern>
2828
<exclude-pattern>\.github/*</exclude-pattern>
2929

30-
<config name="testVersion" value="5.5-"/>
30+
<config name="testVersion" value="5.6-"/>
3131
<config name="multi_domains" value="true"/>
32-
<config name="minimum_supported_wp_version" value="4.9"/>
32+
<config name="minimum_supported_wp_version" value="5.2"/>
3333

3434
<rule ref="WPForms"/>
3535

0 commit comments

Comments
 (0)