mirror of
https://ghproxy.net/https://github.com/wp-cli/extension-command.git
synced 2025-10-04 19:59:13 +08:00
Merge pull request #3887 from wp-cli/3728-export-command
Abstract `wp export` to wp-cli/export-command
This commit is contained in:
commit
d917e0c80e
1 changed files with 3 additions and 4 deletions
|
@ -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" }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue