ROOTPLOIT
Server: LiteSpeed
System: Linux in-mum-web1878.main-hosting.eu 5.14.0-570.21.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 11 07:22:35 EDT 2025 x86_64
User: u435929562 (435929562)
PHP: 7.4.33
Disabled: system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Upload Files
File: //opt/.wp-cli/packages/vendor/wp-cli/core-command/composer.json
{
    "name": "wp-cli/core-command",
    "type": "wp-cli-package",
    "description": "Downloads, installs, updates, and manages a WordPress installation.",
    "homepage": "https://github.com/wp-cli/core-command",
    "license": "MIT",
    "authors": [
        {
            "name": "Daniel Bachhuber",
            "email": "[email protected]",
            "homepage": "https://runcommand.io"
        }
    ],
    "require": {
        "composer/semver": "^1.4 || ^2 || ^3",
        "wp-cli/wp-cli": "^2.12"
    },
    "require-dev": {
        "wp-cli/checksum-command": "^1 || ^2",
        "wp-cli/db-command": "^1.3 || ^2",
        "wp-cli/entity-command": "^1.3 || ^2",
        "wp-cli/extension-command": "^1.2 || ^2",
        "wp-cli/wp-cli-tests": "^5"
    },
    "config": {
        "process-timeout": 7200,
        "sort-packages": true,
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "johnpbloch/wordpress-core-installer": true,
            "phpstan/extension-installer": true
        },
        "lock": false
    },
    "extra": {
        "branch-alias": {
            "dev-main": "2.x-dev"
        },
        "bundled": true,
        "commands": [
            "core",
            "core check-update",
            "core download",
            "core install",
            "core is-installed",
            "core multisite-convert",
            "core multisite-install",
            "core update",
            "core update-db",
            "core version"
        ]
    },
    "autoload": {
        "classmap": [
            "src/"
        ],
        "files": [
            "core-command.php"
        ]
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "scripts": {
        "behat": "run-behat-tests",
        "behat-rerun": "rerun-behat-tests",
        "lint": "run-linter-tests",
        "phpcs": "run-phpcs-tests",
        "phpstan": "run-phpstan-tests",
        "phpcbf": "run-phpcbf-cleanup",
        "phpunit": "run-php-unit-tests",
        "prepare-tests": "install-package-tests",
        "test": [
            "@lint",
            "@phpcs",
            "@phstan",
            "@phpunit",
            "@behat"
        ]
    },
    "support": {
        "issues": "https://github.com/wp-cli/core-command/issues"
    }
}