Compare commits

..

No commits in common. "9eb3c07789730cb37ca034d9d51b46818eff5fb8" and "1b963854ce145aa8b56fdf1475ffbab377754457" have entirely different histories.

View File

@ -453,7 +453,7 @@ install_composer() {
chmod +x "$COMPOSER_BIN"
composer diagnose >/dev/null 2>&1
msg_ok "Setup Composer"
msg_ok "Installed Composer $($COMPOSER_BIN --version | awk '{print $3}')"
}
# ------------------------------------------------------------------------------