Composer should be run with `--no-progress`

Currently, with PHP project, the composer install --no-interaction command write a whole lot of progress to output, which makes the log very difficult to look at.

There should be the --no-progress in the line, so it becomes composer install --no-interaction --no-progress