File: //opt/.wp-cli/packages/composer.json
{
"name": "wp-cli/wp-cli",
"description": "Installed community packages used by WP-CLI",
"version": "2.12.0",
"authors": [
{
"name": "WP-CLI",
"email": "[email protected]"
}
],
"homepage": "https://wp-cli.org/package-index/",
"require": {
"hostinger/hostinger-command": "1.0.4",
"wp-cli/doctor-command": "v2.2.0"
},
"require-dev": {},
"minimum-stability": "dev",
"prefer-stable": true,
"license": "MIT",
"repositories": {
"wp-cli": {
"type": "composer",
"url": "https://wp-cli.org/package-index/"
},
"hostinger/hostinger-command": {
"type": "path",
"url": "/var/cache/hostinger-wp-cli-packages"
},
"wp-cli/doctor-command": {
"type": "vcs",
"url": "https://github.com/wp-cli/doctor-command.git"
}
},
"config": {
"secure-http": true
}
}