mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-18 06:11:48 +08:00
Require PHP 7.2.24+
This commit is contained in:
parent
77d82ab022
commit
3878da4e07
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [],
|
"authors": [],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.6",
|
"php": ">=7.2.24",
|
||||||
"wp-cli/wp-cli": "^2.12"
|
"wp-cli/wp-cli": "^2.12"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
|
|
@ -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.6-"/>
|
<config name="testVersion" value="7.2-"/>
|
||||||
|
|
||||||
<!-- 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 -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue