1
0
Fork 0
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:
Igor Wiedler 2012-03-27 23:18:34 +02:00
parent d0cfe35265
commit ea19aba18c
2 changed files with 8 additions and 11 deletions

View file

@ -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