This commit is contained in:
Dmitry 2016-08-17 17:00:07 +00:00 committed by GitHub
commit b60c22adfe

View file

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