Skip to content

Commit 8603f41

Browse files
authored
Merge pull request #3884 from wp-cli/3728-media-command
Abstract `wp media *` to wp-cli/media-command
2 parents 0b86f06 + 84d788c commit 8603f41

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
@@ -34,7 +34,8 @@
3434
"composer/composer": "^1.2.0",
3535
"wp-cli/cron-command": "^1.0",
3636
"wp-cli/import-command": "^1.0",
37-
"wp-cli/db-command": "^1.0"
37+
"wp-cli/db-command": "^1.0",
38+
"wp-cli/media-command": "^1.0"
3839
},
3940
"require-dev": {
4041
"phpunit/phpunit": "3.7.*",

0 commit comments

Comments
 (0)