Exit non-zero if composer bin not found (#15120)

This commit is contained in:
Garcia MICHEL
2023-06-26 17:25:42 +02:00
committed by GitHub
parent 00cf300d1a
commit afe0a25d32

View File

@@ -102,6 +102,7 @@ if ($exec) {
exit($exit_code);
} else {
echo "Composer not available, please manually install composer.\n";
exit(1);
}
function curl_fetch($url, $proxy, $use_https, $output = false)