Skip to content

Commit 92f437a

Browse files
authored
Merge pull request #3895 from wp-cli/3728-package-command
Abstract `wp package *` to a separate wp-cli/package-command package
2 parents d2bf8de + f325ab7 commit 92f437a

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
@@ -35,7 +35,8 @@
3535
"wp-cli/import-command": "^1.0",
3636
"wp-cli/db-command": "^1.0",
3737
"wp-cli/media-command": "^1.0",
38-
"wp-cli/export-command": "^1.0"
38+
"wp-cli/export-command": "^1.0",
39+
"wp-cli/package-command": "^1.0"
3940
},
4041
"require-dev": {
4142
"phpunit/phpunit": "3.7.*",

0 commit comments

Comments
 (0)