mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-21 06:39:02 +08:00
33 lines
837 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|