File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
1615composer 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
You can’t perform that action at this time.
0 commit comments