Fixed preferSource Composer param

This commit is contained in:
corpsee 2016-06-23 21:35:51 +06:00
parent 4d0911f2a9
commit 3227a816f9

View file

@ -25,6 +25,7 @@ class Composer implements PHPCI\Plugin, PHPCI\ZeroConfigPlugin
protected $directory;
protected $action;
protected $preferDist;
protected $preferSource;
protected $phpci;
protected $build;
protected $nodev;