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