Fix blackfire-player on Linux and macOS

Drop support for blackfire-player on Windows
This commit is contained in:
Shivam Mathur
2023-09-11 12:54:15 +05:30
parent 0de5aa9140
commit 7fdd3ece87
4 changed files with 46 additions and 27 deletions

View File

@ -72,7 +72,9 @@ set_composer_auth() {
add_tools_helper() {
tool=$1
extensions=()
if [ "$tool" = "codeception" ]; then
if [ "$tool" = "blackfire-player" ]; then
extensions+=(uuid)
elif [ "$tool" = "codeception" ]; then
extensions+=(json mbstring)
sudo ln -s "$scoped_dir"/vendor/bin/codecept "$scoped_dir"/vendor/bin/codeception
elif [ "$tool" = "composer" ]; then