HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/local/wp/vendor/danielbachhuber/host-check-command/composer.json
{
    "name": "danielbachhuber/host-check-command",
    "description": "Checks hosting status for WordPress installation.",
    "type": "wp-cli-package",
    "homepage": "https://github.com/danielbachhuber/host-check-command",
    "license": "MIT",
    "authors": [],
    "minimum-stability": "dev",
    "prefer-stable": true,
    "autoload": {
        "files": [ "command.php" ]
    },
    "require": {
        "wp-cli/wp-cli": "^2"
    },
    "require-dev": {
        "behat/behat": "~2.5",
        "wp-cli/wp-cli-tests": "^2",
        "wp-cli/entity-command": "^2",
        "wp-cli/server-command": "^2"
    },
    "scripts": {
      "lint": "run-linter-tests",
      "phpcs": "run-phpcs-tests",
      "phpunit": "run-php-unit-tests",
      "behat": "run-behat-tests",
      "prepare-tests": "install-package-tests",
      "test": [
          "@lint",
          "@phpcs",
          "@phpunit",
          "@behat"
      ]
    },
    "extra": {
        "commands": [
            "host-check"
        ]
    }
}