File: //usr/local/wp/vendor/dreamhost/wpcli-find-check-command/composer.json
{
"name": "dreamhost/wpcli-find-check-command",
"description": "Combines finding and checking whether the installation is still hosted.",
"type": "wp-cli-package",
"homepage": "https://git.dreamhost.com/dreamhost/wpcli-find-check-command",
"license": "MIT",
"authors": [],
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"files": [ "command.php" ]
},
"require": {
"wp-cli/wp-cli": "^2",
"wp-cli/find-command": "2.0.1",
"danielbachhuber/host-check-command": "dev-master"
},
"require-dev": {
"behat/behat": "~2.5"
},
"extra": {
"commands": [
"dh-find-check"
]
}
}