Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --prefer-dist to composer install #179

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add --prefer-dist to composer install #179

wants to merge 1 commit into from

Conversation

mathiasschopmans
Copy link

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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant