Revision #9 has been created by Kartik V on May 7, 2014, 6:07:51 AM with the memo:
Updated description
« previous (#8)
Changes
Title
unchanged
Locking your Yii 2 project package versions with composer.lock
Category
unchanged
Tips
Yii version
unchanged
Tags
unchanged
yii2, composer, lock, dependency, dependencies, package
Content
changed
[...]
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.