mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-18 06:11:28 +08:00
48 lines
1.6 KiB
JSON
48 lines
1.6 KiB
JSON
{
|
|
"name": "runcommand/profile",
|
|
"description": "Quickly identify what's slow with WordPress.",
|
|
"type": "wp-cli-package",
|
|
"homepage": "https://runcommand.io/wp/profile/",
|
|
"license": "MIT",
|
|
"version": "0.3.0-alpha",
|
|
"authors": [],
|
|
"minimum-stability": "dev",
|
|
"autoload": {
|
|
"files": [ "command.php" ]
|
|
},
|
|
"require": {
|
|
"wp-cli/wp-cli": "~0.23.0"
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "~2.5"
|
|
},
|
|
"extra": {
|
|
"commands": [
|
|
"profile stage",
|
|
"profile hook",
|
|
"profile eval",
|
|
"profile eval-file"
|
|
],
|
|
"readme": {
|
|
"shields": [
|
|
"[](https://runcommand.memberful.com/checkout?plan=16079)",
|
|
"[](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": "https://raw.githubusercontent.com/runcommand/runcommand-theme/master/bin/readme-partials/support-premium.md"
|
|
}
|
|
}
|
|
}
|
|
}
|