mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fixing typo per @stof
This commit is contained in:
parent
903eff10eb
commit
37b4edc25d
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ In case of monolog it will put it into `vendor/monolog/monolog`.
|
|||
Another thing that the `install` command does is it adds a `composer.lock`
|
||||
file into your project root.
|
||||
|
||||
## `composer.json` - The Lock File
|
||||
## `composer.lock` - The Lock File
|
||||
|
||||
After installing the dependencies, composer writes the list of the exact
|
||||
versions it installed into a `composer.lock` file. This locks the project
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue