Overrides PluginInterface::activate
public function activate(Composer $composer, IOInterface $io) : void { $this->composer = $composer; $this->io = $io; // Set up configuration. $this->config = new Config($this->composer ->getPackage()); }