Makes downloader prefer source installation over the dist.
bool $preferSource prefer downloading from source:
DownloadManager
public function setPreferSource(bool $preferSource) : self { $this->preferSource = $preferSource; return $this; }