Skip to content

Commit 0085a3d

Browse files
authored
Merge pull request #3910 from wp-cli/3728-shell-command
Abstract `wp shell` to wp-cli/shell-command
2 parents 17f5ef2 + 77e024b commit 0085a3d

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
@@ -38,7 +38,8 @@
3838
"wp-cli/export-command": "^1.0",
3939
"wp-cli/package-command": "^1.0",
4040
"wp-cli/search-replace-command": "^1.0",
41-
"wp-cli/server-command": "^1.0"
41+
"wp-cli/server-command": "^1.0",
42+
"wp-cli/shell-command": "^1.0"
4243
},
4344
"require-dev": {
4445
"phpunit/phpunit": "3.7.*",

0 commit comments

Comments
 (0)