Skip to content

Commit

Permalink
Composer install with "--prefer-dist" option
Browse files Browse the repository at this point in the history
  • Loading branch information
max-voloshin committed Feb 4, 2014
1 parent 8c10cd7 commit 01b7f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/composer.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
run(array(
"cd {$app->env->release_dir}",
"([ -e 'composer.json' ] && which composer &>/dev/null)",
"composer install --optimize-autoloader || echo ' composer.json not found'"
"composer install --prefer-dist --optimize-autoloader || echo ' composer.json not found'"
));
});

Expand Down

0 comments on commit 01b7f11

Please sign in to comment.