Merge pull request #3887 from wp-cli/3728-export-command

Abstract `wp export` to wp-cli/export-command
This commit is contained in:
Daniel Bachhuber 2017-03-10 08:39:55 -07:00 committed by GitHub
commit d917e0c80e

View file

@ -30,12 +30,12 @@
"symfony/event-dispatcher": "~2.7",
"symfony/process": "~2.1",
"symfony/translation": "~2.7",
"nb/oxymel": "~0.1.0",
"composer/composer": "^1.2.0",
"wp-cli/cron-command": "^1.0",
"wp-cli/import-command": "^1.0",
"wp-cli/db-command": "^1.0",
"wp-cli/media-command": "^1.0"
"wp-cli/media-command": "^1.0",
"wp-cli/export-command": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
@ -46,7 +46,6 @@
"psy/psysh": "Enhanced `wp shell` functionality"
},
"autoload": {
"psr-0": { "WP_CLI": "php" },
"classmap": [ "php/export" ]
"psr-0": { "WP_CLI": "php" }
}
}