Skip to content

Commit f325ab7

Browse files
Require the actual package, which was missed in
5c6823a
1 parent 07411e4 commit f325ab7

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)