diff --git a/cli/Valet/Diagnose.php b/cli/Valet/Diagnose.php index c6ddb7a..9aa88cd 100644 --- a/cli/Valet/Diagnose.php +++ b/cli/Valet/Diagnose.php @@ -13,10 +13,13 @@ class Diagnose 'cat ~/.config/valet/config.json', 'cat ~/.composer/composer.json', 'composer global diagnose', + 'composer global outdated', 'ls -al /etc/sudoers.d/', + 'brew update > /dev/null 2>&1', 'brew config', 'brew services list', 'brew list --versions | grep -E "(php|nginx|dnsmasq|mariadb|mysql|mailhog|openssl)(@\d\..*)?\s"', + 'brew outdated', 'php -v', 'which -a php', 'php --ini',