Add lowercase alias for phpDocumentor on unix

This commit is contained in:
Shivam Mathur 2021-09-20 06:23:13 +05:30
parent e0dd9c9560
commit 87993cd853
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -16,6 +16,7 @@ add_tools_helper() {
add_extension xml extension >/dev/null 2>&1
elif [ "$tool" = "phpDocumentor" ]; then
add_extension fileinfo extension >/dev/null 2>&1
sudo ln -s "${tool_path:?}" "${tool_path_dir:?}"/phpdocumentor 2>/dev/null || true
sudo ln -s "${tool_path:?}" "${tool_path_dir:?}"/phpdoc
elif [[ "$tool" =~ (symfony|vapor|wp)-cli ]]; then
sudo ln -s "${tool_path:?}" "${tool_path_dir:?}"/${tool%-*}