export-command/composer.json
2017-02-06 15:20:19 -08:00

35 lines
844 B
JSON

{
"name": "wp-cli/profile",
"description": "Quickly identify what's slow with WordPress.",
"type": "wp-cli-package",
"homepage": "https://runcommand.io/wp/profile/",
"license": "MIT",
"authors": [],
"minimum-stability": "dev",
"autoload": {
"files": [ "command.php" ]
},
"require": {},
"require-dev": {
"behat/behat": "~2.5"
},
"extra": {
"commands": [
"profile stage",
"profile hook",
"profile eval",
"profile eval-file"
],
"readme": {
"sections": [
"Overview",
"Using",
"Installing",
"Contributing"
],
"overview": {
"post": "bin/readme/overview-body.md"
}
}
}
}