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"
]
}
}