Table of Contents

update yii apps

Move to the directory that contains the composer.json file, for example ~/openbook.app/2.1/yii-application.

php-5.4 composer.phar update

If you directory does not contain the composer.phar file, you may use

php-5.4 ~/composer.phar update