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/dreamhost/wpcli-php-compat-command/composer.json
{
    "name": "dreamhost/wpcli-php-compat-command",
    "description": "Scan WordPress, plugins and themes for PHP version compatibility.",
    "type": "wp-cli-package",
    "homepage": "https://git.dreamhost.com/dreamhost/wpcli-php-compat-command",
    "license": "MIT",
    "authors": [
        {
            "name": "Daniel Bachhuber",
            "email": "daniel@handbuilt.co",
            "role": "Developer"
        },
        {
            "name": "Mika Epstein",
            "email": "mika.epstein@dreamhost.com",
            "role": "Developer"
        }
    ],
    "minimum-stability": "dev",
    "prefer-stable": true,
    "autoload": {
        "psr-4": { "": "src/" },
        "files": [ "php-compat-command.php" ]
    },
    "require": {
        "phpcompatibility/php-compatibility": "dev-develop",
        "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0"
    },
    "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": [
            "php-compat"
        ]
    }
}