You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
The text was updated successfully, but these errors were encountered: