Skip to content

Commit 1874294

Browse files
committed
Require PHP 7.2.24+
1 parent 4e40212 commit 1874294

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
@@ -194,7 +194,7 @@
194194
}
195195
],
196196
"require": {
197-
"php": ">=5.6.20",
197+
"php": ">=7.2.24",
198198
"ext-json": "*",
199199
"ext-dom": "*",
200200
"wp-cli/admin-command": "dev-main",

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
<!--
4444
#############################################################################

0 commit comments

Comments
 (0)