Skip to content

Commit

Permalink
Adds COMPOSER_LIGHP_FORCE_OVERWRITE=true to env
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Jul 25, 2015
1 parent ac7c758 commit 2e1a906
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ function pkgsInstalled() {
mkdir($composerHome);

putenv('COMPOSER_HOME='.$composerHome);
putenv('COMPOSER_LIGHP_FORCE_OVERWRITE=true');
exec('php composer.phar -n install', $output, $returnVal);

if ($returnVal != 0) { // Something went wrong
Expand Down

0 comments on commit 2e1a906

Please sign in to comment.