HEX
Server: Apache
System: Linux sh008.webhostingservices.com 5.14.0-611.47.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 8 20:00:39 EDT 2026 x86_64
User: tndnwpmy (2559)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //opt/wp-cli-plugins/vendor/wp-cli/profile-command/composer.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",
        "wp-cli/wp-cli": "*"
    },
    "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"
            }
        }
    }
}