Increase minimum PHP version to 5.6.20

This matches the minimum requirements for WordPress 6.0.2, which is currently the latest WP release. WordPress usage stats say that less than 3% of users are on PHP versions older than this.
This commit is contained in:
Yahnis Elsts 2022-10-08 19:56:29 +03:00
parent 8a82397a6e
commit 1372e6fa7d
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=5.4.0",
"php": ">=5.6.20",
"ext-json": "*"
},
"autoload": {