Skip to content

Commit ccb17e2

Browse files
authored
Merge pull request #3970 from wp-cli/3728-extension-command
Abstract `wp (plugin|theme|theme-mod)` to wp-cli/extension-command
2 parents 34e3d74 + 44b92f7 commit ccb17e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
"wp-cli/server-command": "^1.0",
5050
"wp-cli/shell-command": "^1.0",
5151
"wp-cli/eval-command": "^1.0",
52-
"wp-cli/entity-command": "^1.0"
52+
"wp-cli/entity-command": "^1.0",
53+
"wp-cli/extension-command": "^1.0"
5354
},
5455
"require-dev": {
5556
"phpunit/phpunit": "3.7.*",

0 commit comments

Comments
 (0)