export-command/composer.json

34 lines
837 B
JSON
Raw Normal View History

2016-07-25 07:36:55 -07:00
{
"name": "runcommand/profile",
"description": "Quickly identify what's slow with WordPress.",
2016-07-25 07:36:55 -07:00
"homepage": "https://runcommand.io/wp/profile/",
2016-08-24 12:29:12 -07:00
"license": "GPL-2.0",
2016-07-25 07:36:55 -07:00
"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"
}
}
2016-07-25 07:36:55 -07:00
}
}