mirror of
https://fast.feibisi.com/https://github.com/wp-cli/scaffold-command.git
synced 2025-10-04 17:01:28 +08:00
add Mustache dependency
This commit is contained in:
parent
f895b45c0c
commit
6152b221c7
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@
|
|||
],
|
||||
"require": {
|
||||
"php": ">=5.3",
|
||||
"wp-cli/php-cli-tools": "dev-master"
|
||||
"wp-cli/php-cli-tools": "dev-master",
|
||||
"mustache/mustache": "2.0.x"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "3.7.x",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue