mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-21 06:39:02 +08:00
22 lines
487 B
JSON
22 lines
487 B
JSON
{
|
|
"name": "runcommand/profile",
|
|
"description": "Profile the performance of a WordPress request.",
|
|
"homepage": "https://runcommand.io/wp/profile/",
|
|
"license": "MIT",
|
|
"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"
|
|
]
|
|
}
|
|
}
|