Add required extensions for box

This commit is contained in:
Shivam Mathur
2023-11-01 10:23:55 +05:30
parent f60e7de98e
commit 29a9813921
2 changed files with 5 additions and 1 deletions

View File

@ -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