pub fn run(
dev_tools_dir: &Path,
tool: &str,
packages: &[&str],
) -> Result<PathBuf>Expand description
Downloads and installs PHP packages using Composer.
ยงErrors
- Executing the
composercommand fails or returns a non-zero exit status. - A filesystem operation (create/read/write/remove) fails.