I want to know what will happen if I have different dependency versions in composer.json
and composer.lock
and try to composer install
.
Here are different versions (e.g) that I want to know:
composer.json : 1.0.3
composer.lock : 1.0.1
Will the package v1.0.1 installed? or v1.0.3?