Skip to content

Commit b7b186a

Browse files
authored
Merge pull request #201 from wp-cli/add/bump-requirements
Require PHP 7.2.24+
2 parents 65397a7 + d25fc42 commit b7b186a

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
@@ -44,7 +44,7 @@
4444

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

4949
<!-- Verify that everything in the global namespace is either namespaced or prefixed.
5050
See: https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties#naming-conventions-prefix-everything-in-the-global-namespace -->

0 commit comments

Comments
 (0)