Compare commits

..

No commits in common. "0c9c28a3e7ab8b1150f77b225fe7234b659401d1" and "2b14665c293f37423dfa095735d3c666958192d0" have entirely different histories.

View File

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