mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-08-03 12:15:57 +07:00
Add support for phive
This commit is contained in:
@ -67,6 +67,11 @@ add_tool() {
|
||||
add_log "$cross" "$tool" "Could not setup $tool"
|
||||
fi
|
||||
fi
|
||||
if [ "$tool" = "phive" ]; then
|
||||
add_extension curl >/dev/null 2>&1
|
||||
add_extension mbstring >/dev/null 2>&1
|
||||
add_extension xml >/dev/null 2>&1
|
||||
fi
|
||||
}
|
||||
|
||||
add_composer_tool() {
|
||||
|
Reference in New Issue
Block a user