adding missing required packages to the PluginController.

This commit is contained in:
meadsteve 2013-12-13 15:00:05 +00:00
commit c67b29eacd

View file

@ -25,7 +25,10 @@ class PluginController extends \PHPCI\Controller
'ircmaxell/password-compat',
'swiftmailer/swiftmailer',
'symfony/yaml',
'symfony/console'
'symfony/console',
'psr/log',
'monolog/monolog',
'pimple/pimple'
);
protected $canInstall;