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