
In reverse if we use --prefer-dist option then composer will install the package from dist if possible.This can speed up installs substantially on build servers and other use cases where you typically do not run updates of the vendors. It is also a way to circumvent problems with git if you do not have a proper setup. You can read more about composer from https://getcomposer.org/doc/03-cli.md#install
No comments