Skip to content

add composer support#15

Open
ToSchQLB wants to merge 2 commits into
samdark:masterfrom
ToSchQLB:master
Open

add composer support#15
ToSchQLB wants to merge 2 commits into
samdark:masterfrom
ToSchQLB:master

Conversation

@ToSchQLB

Copy link
Copy Markdown

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
Copy Markdown
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

samdark commented Sep 29, 2017

Copy link
Copy Markdown
Owner

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