Skip to content

Commit d05e6fc

Browse files
authored
Merge branch 'main' into slaFFik-patch-1
2 parents 876e19d + 060b336 commit d05e6fc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ WPForms coding standards are based on the [WordPress Coding Standards](https://g
1212
## Installation
1313

1414
```
15-
composer config repositories.repo-name vcs https://github.com/awesomemotive/wpforms-phpcs.git
1615
composer require awesomemotive/wpforms-phpcs --dev
1716
```
1817

@@ -28,9 +27,9 @@ Create the `.phpcs.xml` or `phpcs.xml` file at the root of your project:
2827
<exclude-pattern>\vendor/*</exclude-pattern>
2928
<exclude-pattern>\.github/*</exclude-pattern>
3029

31-
<config name="testVersion" value="5.6-"/>
30+
<config name="testVersion" value="7.2-"/>
3231
<config name="multi_domains" value="true"/>
33-
<config name="minimum_supported_wp_version" value="5.2"/>
32+
<config name="minimum_supported_wp_version" value="5.5"/>
3433

3534
<rule ref="WPForms"/>
3635

0 commit comments

Comments
 (0)