composer = $args['composer']; $this->io = $args['io']; $this->plugin = $args['plugin']; } /** * {@inheritdoc} */ public function getCommands() { return [ new BuildServicesCommand(), new BuildSettingsCommand(), new HugoConfigCommand(), new MergeParamsCommand(), new PhpMemcacheAdminConfigCommand(), ]; } }