We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e40212 commit 1874294Copy full SHA for 1874294
composer.json
@@ -194,7 +194,7 @@
194
}
195
],
196
"require": {
197
- "php": ">=5.6.20",
+ "php": ">=7.2.24",
198
"ext-json": "*",
199
"ext-dom": "*",
200
"wp-cli/admin-command": "dev-main",
phpcs.xml.dist
@@ -38,7 +38,7 @@
38
39
<!-- For help understanding the `testVersion` configuration setting:
40
https://github.com/PHPCompatibility/PHPCompatibility#sniffing-your-code-for-compatibility-with-specific-php-versions -->
41
- <config name="testVersion" value="5.6-"/>
+ <config name="testVersion" value="7.2-"/>
42
43
<!--
44
#############################################################################
0 commit comments