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