adding missing required packages to the PluginController.
This commit is contained in:
parent
5857bd0a3d
commit
c67b29eacd
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue