export-command/composer.json
2016-08-30 07:35:04 -07:00

44 lines
1.5 KiB
JSON

{
"name": "runcommand/profile",
"description": "Quickly identify what's slow with WordPress.",
"homepage": "https://runcommand.io/wp/profile/",
"license": "GPL-2.0",
"version": "0.2.0-alpha",
"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": {
"shields": [
"[![Buy Now](https://camo.githubusercontent.com/29b256f3af7357da1d85d32dfe8ada521745a5cc/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4275792532304e6f772d2532343439253230286561726c79253230616363657373292d2532336664306130302e737667)](https://runcommand.memberful.com/checkout?plan=15360)",
"[![CircleCI](https://circleci.com/gh/runcommand/profile/tree/master.svg?style=svg&circle-token=d916e588bf7c8ac469a3bd01930cf9eed886debe)](https://circleci.com/gh/runcommand/profile/tree/master)"
],
"sections": [
"Overview",
"Using",
"Installing",
"Support"
],
"overview": {
"post": "bin/readme/overview-body.md"
},
"installing": {
"body": "bin/readme/installing-body.md"
},
"support": {
"body": "bin/readme/support-body.md"
}
}
}
}