mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
[docs] move lib lockfile notes into lib chapter
This commit is contained in:
parent
d0cfe35265
commit
ea19aba18c
2 changed files with 8 additions and 11 deletions
|
@ -115,9 +115,8 @@ the lock file with the new version.
|
|||
|
||||
$ php composer.phar update
|
||||
|
||||
> **Note:** For your library you may commit the `composer.lock` file too, but it
|
||||
> will not have any effect on other projects that depend on it. See also
|
||||
> [Libraries - Lock file](02-libraries.md#lock-file).
|
||||
> **Note:** For libraries it is not necessarily recommended to commit the lock file,
|
||||
> see also: [Libraries - Lock file](02-libraries.md#lock-file).
|
||||
|
||||
## Packagist
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue