mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-21 06:39:02 +08:00
Also add the branch alias `dev-master as 1.x-dev` as well, to conform to the setup of the other packages.
41 lines
980 B
JSON
41 lines
980 B
JSON
{
|
|
"name": "wp-cli/profile-command",
|
|
"description": "Quickly identify what's slow with WordPress.",
|
|
"type": "wp-cli-package",
|
|
"homepage": "https://runcommand.io/wp/profile/",
|
|
"license": "MIT",
|
|
"authors": [],
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"autoload": {
|
|
"files": [ "command.php" ]
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "~2.5"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
},
|
|
"commands": [
|
|
"profile stage",
|
|
"profile hook",
|
|
"profile eval",
|
|
"profile eval-file"
|
|
],
|
|
"readme": {
|
|
"sections": [
|
|
"Overview",
|
|
"Using",
|
|
"Installing",
|
|
"Contributing"
|
|
],
|
|
"overview": {
|
|
"post": "bin/readme/overview-body.md"
|
|
}
|
|
}
|
|
}
|
|
}
|