Skip to content

Commit 60bdf5b

Browse files
Abstract wp export to wp-cli/export-command
1 parent 4510f40 commit 60bdf5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"wp-cli/cron-command": "^1.0",
3636
"wp-cli/import-command": "^1.0",
3737
"wp-cli/db-command": "^1.0",
38-
"wp-cli/media-command": "^1.0"
38+
"wp-cli/media-command": "^1.0",
39+
"wp-cli/export-command": "^1.0"
3940
},
4041
"require-dev": {
4142
"phpunit/phpunit": "3.7.*",
@@ -46,7 +47,6 @@
4647
"psy/psysh": "Enhanced `wp shell` functionality"
4748
},
4849
"autoload": {
49-
"psr-0": { "WP_CLI": "php" },
50-
"classmap": [ "php/export" ]
50+
"psr-0": { "WP_CLI": "php" }
5151
}
5252
}

0 commit comments

Comments
 (0)