mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-21 06:39:01 +08:00
Add framework as required dependency.
This commit is contained in:
parent
686ac7fb9a
commit
2a6686e495
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@
|
|||
"files": [ "command.php" ]
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.4"
|
||||
"php": ">=5.4",
|
||||
"wp-cli/wp-cli": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"behat/behat": "~2.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue