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/wp-cli/find-command/composer.json
{
    "name": "wp-cli/find-command",
    "description": "Find WordPress installations on the filesystem.",
    "type": "wp-cli-package",
    "homepage": "https://github.com/wp-cli/finder-command",
    "license": "MIT",
    "authors": [],
    "minimum-stability": "dev",
    "prefer-stable": true,
    "autoload": {
        "psr-4": {"": "src/"},
        "files": [ "find-command.php" ]
    },
    "require": {
        "php": ">=5.4",
        "wp-cli/wp-cli": "^2"
    },
    "require-dev": {
        "wp-cli/wp-cli-tests": "^3.1"
    },
    "config": {
        "platform": {
            "php": "5.6"
        },
        "process-timeout": 7200,
        "sort-packages": true,
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "johnpbloch/wordpress-core-installer": true
        }
    },
    "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": {
        "branch-alias": {
            "dev-main": "2.x-dev"
        },
        "commands": [
            "find"
        ]
    }
}