1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Update 01-basic-usage.md

This commit is contained in:
Ala Eddine Khefifi 2014-09-29 10:40:29 +01:00
parent 31eadc6920
commit fc986d76c8

View file

@ -149,7 +149,8 @@ dependencies installed are still working even if your dependencies released
many new versions since then.
If no `composer.lock` file exists, Composer will read the dependencies and
versions from `composer.json` and create the lock file.
versions from `composer.json` and create the lock file after executing the `update` or the `install`
command.
This means that if any of the dependencies get a new version, you won't get the updates
automatically. To update to the new version, use `update` command. This will fetch