Skip to content

Conversation

@ToSchQLB
Copy link

I have added composer support, because next to the yii command, the composer is the most important command for me

@samdark samdark self-assigned this Jan 27, 2017
switch ($options['method']) {
case 'yii':
list ($status, $output) = $this->runConsole(implode(' ', $options['params']));
$cmd = Yii::getAlias($this->module->yiiScript) . ' '
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of moving building of the command here I'd introduce runYiiCommand and runComposerCommand.

@samdark
Copy link
Owner

samdark commented Sep 29, 2017

Overall code looks OK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants