Skip to content

Commit b7f318c

Browse files
Merge pull request #3887 from wp-cli/3728-export-command
Abstract `wp export` to wp-cli/export-command
2 parents 4510f40 + 7115291 commit b7f318c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
"symfony/event-dispatcher": "~2.7",
3131
"symfony/process": "~2.1",
3232
"symfony/translation": "~2.7",
33-
"nb/oxymel": "~0.1.0",
3433
"composer/composer": "^1.2.0",
3534
"wp-cli/cron-command": "^1.0",
3635
"wp-cli/import-command": "^1.0",
3736
"wp-cli/db-command": "^1.0",
38-
"wp-cli/media-command": "^1.0"
37+
"wp-cli/media-command": "^1.0",
38+
"wp-cli/export-command": "^1.0"
3939
},
4040
"require-dev": {
4141
"phpunit/phpunit": "3.7.*",
@@ -46,7 +46,6 @@
4646
"psy/psysh": "Enhanced `wp shell` functionality"
4747
},
4848
"autoload": {
49-
"psr-0": { "WP_CLI": "php" },
50-
"classmap": [ "php/export" ]
49+
"psr-0": { "WP_CLI": "php" }
5150
}
5251
}

0 commit comments

Comments
 (0)