setDescription('Lists authors and contributors'); return $this; } protected function doExecute(InputInterface $input, OutputInterface $output) { $output->writeln(file_get_contents(__DIR__ . '/../../../../AUTHORS')); return 0; } }