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

composer install explanation not quite correct #20

Open
orottier opened this issue Jul 24, 2017 · 2 comments
Open

composer install explanation not quite correct #20

orottier opened this issue Jul 24, 2017 · 2 comments

Comments

@orottier
Copy link

The explanation is only correct when no lockfile is present, which should only happen in the first run of composer. Subsequent runs ignore the json file.

https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies

@orottier
Copy link
Author

Thanks for adding a bit more info, but I think it's still incorrect. Maybe try something like
composer install: downloads and installs the dependencies as specified in the composer.lock file. If this file is not present, it falls back to composer update

@roelti
Copy link

roelti commented Oct 4, 2019

Hi! I made a Pull request for this issue: #28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants