Bump PHP minimum version to 5.6

This commit is contained in:
Alain Schlesser 2021-04-19 12:48:42 +01:00
parent faf7f0eded
commit 451b296393
No known key found for this signature in database
GPG key ID: 832A67716C7B07AD
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
"license": "MIT", "license": "MIT",
"authors": [], "authors": [],
"require": { "require": {
"php": ">=5.4", "php": ">=5.6",
"wp-cli/wp-cli": "^2" "wp-cli/wp-cli": "^2"
}, },
"require-dev": { "require-dev": {

View file

@ -38,7 +38,7 @@
<!-- For help understanding the `testVersion` configuration setting: <!-- For help understanding the `testVersion` configuration setting:
https://github.com/PHPCompatibility/PHPCompatibility#sniffing-your-code-for-compatibility-with-specific-php-versions --> https://github.com/PHPCompatibility/PHPCompatibility#sniffing-your-code-for-compatibility-with-specific-php-versions -->
<config name="testVersion" value="5.4-"/> <config name="testVersion" value="5.6-"/>
<!-- Verify that everything in the global namespace is either namespaced or prefixed. <!-- Verify that everything in the global namespace is either namespaced or prefixed.
See: https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties#naming-conventions-prefix-everything-in-the-global-namespace --> See: https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties#naming-conventions-prefix-everything-in-the-global-namespace -->