export-command/composer.json

23 lines
491 B
JSON
Raw Normal View History

2016-07-25 07:36:55 -07:00
{
"name": "runcommand/profile",
2016-07-25 08:58:11 -07:00
"description": "Profile the performance of a WordPress request.",
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"
]
}
}