Skip to content

Commit 17f5ef2

Browse files
authored
Merge pull request #3900 from wp-cli/3728-server-command
Abstract `wp server` back to wp-cli/server-command
2 parents 1594caf + 36d3d18 commit 17f5ef2

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
@@ -37,7 +37,8 @@
3737
"wp-cli/media-command": "^1.0",
3838
"wp-cli/export-command": "^1.0",
3939
"wp-cli/package-command": "^1.0",
40-
"wp-cli/search-replace-command": "^1.0"
40+
"wp-cli/search-replace-command": "^1.0",
41+
"wp-cli/server-command": "^1.0"
4142
},
4243
"require-dev": {
4344
"phpunit/phpunit": "3.7.*",

0 commit comments

Comments
 (0)