Skip to content

Commit d28d883

Browse files
authored
Merge pull request #3978 from wp-cli/3728-config-command
Abstract `wp core config` to wp-cli/config-command
2 parents ccb17e2 + 97f9831 commit d28d883

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
@@ -50,7 +50,8 @@
5050
"wp-cli/shell-command": "^1.0",
5151
"wp-cli/eval-command": "^1.0",
5252
"wp-cli/entity-command": "^1.0",
53-
"wp-cli/extension-command": "^1.0"
53+
"wp-cli/extension-command": "^1.0",
54+
"wp-cli/config-command": "^1.0"
5455
},
5556
"require-dev": {
5657
"phpunit/phpunit": "3.7.*",

0 commit comments

Comments
 (0)