This commit is contained in:
CanbiZ
2025-08-04 10:57:18 +02:00
parent d38f0d343e
commit 1cb2d7e1bb
3 changed files with 8 additions and 5 deletions

View File

@@ -544,7 +544,7 @@ function setup_composer() {
fi
chmod +x "$COMPOSER_BIN"
composer diagnose >/dev/null 2>&1
$STD composer diagnose
msg_ok "Setup Composer"
}