| Server IP : 162.241.219.206 / Your IP : 216.73.217.14 Web Server : Apache System : Linux box5669.bluehost.com 5.14.0-687.15.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 11 08:51:45 EDT 2026 x86_64 User : signavd5 ( 2863) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /opt/wp-cli-plugins/vendor/wp-cli/doctor-command/ |
Upload File : |
{
"name": "wp-cli/doctor-command",
"description": "Diagnose problems within WordPress by running a series of checks for symptoms.",
"type": "wp-cli-package",
"homepage": "https://runcommand.io/wp/doctor/",
"license": "MIT",
"authors": [
{
"name": "Daniel Bachhuber",
"email": "daniel@runcommand.io",
"homepage": "https://runcommand.io"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"files": [ "command.php" ]
},
"require": {
"wp-cli/wp-cli": "*"
},
"require-dev": {
"behat/behat": "~2.5"
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
},
"readme": {
"sections": [
"Overview",
"Using",
"Installing",
"Contributing"
],
"overview": {
"body": "bin/readme/overview-body.md"
}
},
"commands": [
"doctor check",
"doctor list"
]
}
}