| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 44 | protected function prepareCommand() |
||
| 45 | { |
||
| 46 | // Switch home first, this is needed as the command manipulates the RAW composer.json prior to creating the |
||
| 47 | // composer instance. |
||
| 48 | RuntimeHelper::setupHome($this->getHome()); |
||
| 49 | |||
| 50 | return $this->attachComposerFactory(new RemoveCommand()); |
||
| 51 | } |
||
| 52 | } |
||
| 53 |