Locking your Yii 2 project package versions with composer.lock

Comparing #8 with #9

Content

[...]
php composer.phar install
~~~

The above command installs/updates/removes everything to the state of the `composer.lock` file.

>
NOTEINFO: The difference is you are not using `php composer.phar update` for updating if you want everything as per your composer.lock settings.