You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fmt.Fprintln(logger, " WARNING: Unable to find Composer, downloading one. It is recommended to install Composer yourself at https://getcomposer.org/download/")
reason=fmt.Sprintf("Detected Composer file (%s) is not a valid PHAR or PHP script.", path)
81
+
}
82
+
fmt.Fprintln(logger, " WARNING:", reason)
83
+
fmt.Fprintln(logger, " Downloading Composer for you, but it is recommended to install Composer yourself, instructions available at https://getcomposer.org/download/")
79
84
// we don't store it under bin/ to avoid it being found by findComposer as we want to only use it as a fallback
0 commit comments