Skip to content

Commit

Permalink
chore(pecl): remove useless files and calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Frzk committed Jul 11, 2023
1 parent 52a749f commit 356b7a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
2 changes: 1 addition & 1 deletion lib/composer
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function install_composer_deps() {
echo "Installing PHP extension: ${ext}" | indent
fetch_package "${PHP_BASE_URL}" "${extension_package_path}" "/app/vendor/php"
else
install_pecl_extension "${ext}" "${ext_version}" "${CACHE_DIR}"
php::pecl::install_extension "${ext}" "${ext_version}" "${CACHE_DIR}"
fi
done
fi
Expand Down
22 changes: 0 additions & 22 deletions lib/scout

This file was deleted.

0 comments on commit 356b7a7

Please sign in to comment.