public function activate()

in ComposerPlugin.php [37:43]


  public function activate(Composer $composer, IOInterface $io) {
    $this->io = $io;
    $vendor = $composer->getConfig()->get('vendor-dir');

    $this->vendor = $vendor;
    $this->root = dirname($vendor);
  }