mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-09-11 15:24:08 +07:00
Add required extensions for box
This commit is contained in:
@ -74,6 +74,8 @@ add_tools_helper() {
|
||||
extensions=()
|
||||
if [ "$tool" = "blackfire-player" ]; then
|
||||
extensions+=(uuid)
|
||||
elif [ "$tool" = "box" ]; then
|
||||
extensions+=(iconv mbstring phar sodium)
|
||||
elif [ "$tool" = "codeception" ]; then
|
||||
extensions+=(json mbstring)
|
||||
sudo ln -s "$scoped_dir"/vendor/bin/codecept "$scoped_dir"/vendor/bin/codeception
|
||||
|
Reference in New Issue
Block a user