Closed andrey-legayev closed 9 years ago
That depends on how you require your packages. If you require a specific Version of a Package it won't be updated. If you require a package with * and there is an update available, then it will be updated.
actually, to add a new package you run composer require [new package]
It's default composer behavior or it's installer behavior? If second one - I think it's should be changed like in composer
it's default composer behaviour
The installer does not control which packages are updated
Ok, so I think we should close this issue
Steps to reproduce:
Expected result: only new package is added Actual result: other packages are also updated