run

Function run 

Source
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 composer command fails or returns a non-zero exit status.
  • A filesystem operation (create/read/write/remove) fails.