Skip to content

Commit e6b60a8

Browse files
authored
Merge pull request #256 from wp-cli/add/bump-requirements
2 parents 1785359 + fb716f7 commit e6b60a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
]
2626
},
2727
"require": {
28-
"php": "^5.6 || ^7 || ^8",
28+
"php": ">=7.2.24",
2929
"wp-cli/package-command": "^2",
3030
"wp-cli/scaffold-command": "^2",
3131
"wp-cli/wp-cli": "^2.12"

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
<!-- Verify that everything in the global namespace is either namespaced or prefixed.
4444
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)