mirror of
https://github.com/composer/composer
synced 2025-05-10 00:53:06 +00:00
Basic usage: lock filename fix
This commit is contained in:
parent
a756f7f880
commit
8ebbd8f874
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ and if it is, it downloads the versions specified there (regardless of what `com
|
|||
says). This means that anyone who sets up the project will download the exact
|
||||
same version of the dependencies.
|
||||
|
||||
If no `composer.json` lock file exists, it will read the dependencies and
|
||||
If no `composer.lock` file exists, Composer will read the dependencies and
|
||||
versions from `composer.json` and create the lock file.
|
||||
|
||||
This means that if any of the dependencies get a new version, you won't get the updates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue