Skip to content

Commit b663d43

Browse files
authored
Merge pull request #106 from wp-cli/add/bump-requirements
Require PHP 7.2.24+
2 parents 14f76b0 + 052a5e0 commit b663d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
<!-- For help understanding the `testVersion` configuration setting:
4040
https://github.com/PHPCompatibility/PHPCompatibility#sniffing-your-code-for-compatibility-with-specific-php-versions -->
41-
<config name="testVersion" value="5.6-"/>
41+
<config name="testVersion" value="7.2-"/>
4242

4343
<!-- Make this sniff slightly less finicky. The WP Core default is 40. -->
4444
<rule ref="Generic.Formatting.MultipleStatementAlignment">

0 commit comments

Comments
 (0)