Merged bugfix-composer into master

This commit is contained in:
Dmitry Khomutov 2016-06-23 22:53:19 +06:00
commit 9c203693de

View file

@ -79,7 +79,7 @@ class Composer implements PHPCI\Plugin, PHPCI\ZeroConfigPlugin
}
if (array_key_exists('prefer_source', $options)) {
$this->preferDist = false;
$this->preferDist = false;
$this->preferSource = (bool)$options['prefer_source'];
}