ongr-io / demo.ongr.io

Demo application of ONGR.
http://ongr.io
MIT License
29 stars 24 forks source link

Add `--prefer-dist` to `composer install` #179

Open mathiasschopmans opened 7 years ago

mathiasschopmans commented 7 years ago

This will speed up the installation process.

Composer will install 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.

https://getcomposer.org/doc/03-cli.md#install