mirror of
https://ghproxy.net/https://github.com/wp-cli/scaffold-package-command.git
synced 2025-10-04 02:20:24 +08:00
Merge pull request #256 from wp-cli/add/bump-requirements
This commit is contained in:
commit
e6b60a87ed
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
]
|
||||
},
|
||||
"require": {
|
||||
"php": "^5.6 || ^7 || ^8",
|
||||
"php": ">=7.2.24",
|
||||
"wp-cli/package-command": "^2",
|
||||
"wp-cli/scaffold-command": "^2",
|
||||
"wp-cli/wp-cli": "^2.12"
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
<!-- For help understanding the `testVersion` configuration setting:
|
||||
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.
|
||||
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