Skip to content

Commit bc78b8d

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

File tree

2 files changed

+56
-2
lines changed

2 files changed

+56
-2
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.*",

composer.lock

Lines changed: 54 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)