Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Tests | 3 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
30 | 2 | public function __invoke() |
|
31 | { |
||
32 | 2 | $this->output->writeln(\sprintf('Installing <comment>%s</comment>', \implode('</comment>, <comment>', $this->dependencies))); |
|
33 | |||
34 | 2 | \system(\sprintf('composer require -q %s', \implode(' ', \array_map('escapeshellarg', $this->dependencies)))); |
|
35 | } |
||
36 | } |
||
37 |