Run composer (fix #71)

This commit is contained in:
Roey Darwish Dror
2018-10-02 13:45:29 +03:00
parent e9e743ab45
commit 4cc076212c
3 changed files with 43 additions and 0 deletions

View File

@@ -230,6 +230,10 @@ fn run() -> Result<(), Error> {
|terminal| node::run_npm_upgrade(&base_dirs, terminal, opt.dry_run),
&mut terminal,
));
report.push_result(execute(
|terminal| generic::run_composer_update(&base_dirs, terminal, opt.dry_run),
&mut terminal,
));
report.push_result(execute(
|terminal| node::yarn_global_update(terminal, opt.dry_run),
&mut terminal,