Skip to content

Commit

Permalink
update global composer packages
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD committed Sep 26, 2014
1 parent 3c2af4e commit 9f653b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class Module extends \yii\base\Module
* @var array Composer commands to run
*/
public $composerCommands = [
'php composer.phar global update --no-dev --prefer-dist',
'php composer.phar update --no-dev --prefer-dist -o'
];

Expand Down

0 comments on commit 9f653b5

Please sign in to comment.