/**
  * {@inheritdoc}
  */
 public function activate(Composer $composer, IOInterface $io)
 {
     $this->composer = $composer;
     $this->io = $io;
     $this->configLocator = new ConfigLocator($composer);
     $this->setupConfig();
     $this->autoloadNeededClasses();
     $this->outputter = Factory::createOutputter($this->config->getGitlabHosts());
 }
 /**
  * {@inheritdoc}
  */
 public function activate(Composer $composer, IOInterface $io)
 {
     $this->io = $io;
     $this->outputter = Factory::createOutputter();
 }