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