export-command/composer.json
2016-08-29 07:20:58 -07:00

33 lines
837 B
JSON

{
"name": "runcommand/profile",
"description": "Quickly identify what's slow with WordPress.",
"homepage": "https://runcommand.io/wp/profile/",
"license": "GPL-2.0",
"authors": [],
"minimum-stability": "dev",
"autoload": {
"files": [ "command.php" ]
},
"require": {
"wp-cli/wp-cli": "~0.23.0"
},
"require-dev": {
"behat/behat": "~2.5"
},
"extras": {
"commands": [
"profile"
],
"readme": {
"package_description": {
"post": "bin/readme/package-description-post.md"
},
"installing": {
"body": "bin/readme/installing-body.md"
},
"contributing": {
"body": "bin/readme/contributing-body.md"
}
}
}
}