Bolt\Nut\ExtensionsSetup::setupJson PHP Method

setupJson() private method

Create or update the extensions/composer.json file.
private setupJson ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface
    private function setupJson(OutputInterface $output)
    {
        $output->write("\n<info>Creating/updating composer.jsonā€¦ </info>");
        $this->app['extend.manager.json']->update();
        $output->write("<info>[DONE]</info>\n");
    }