SYMBOL INDEX (19 symbols across 4 files) FILE: src/Command/FundCommand.php class FundCommand (line 23) | class FundCommand extends BaseCommand method configure (line 29) | protected function configure(): void method execute (line 44) | protected function execute(InputInterface $input, OutputInterface $out... FILE: src/Command/ThanksCommand.php class ThanksCommand (line 23) | class ThanksCommand extends BaseCommand method configure (line 29) | protected function configure(): void method execute (line 47) | protected function execute(InputInterface $input, OutputInterface $out... FILE: src/GitHubClient.php class GitHubClient (line 24) | class GitHubClient method __construct (line 97) | public function __construct(Composer $composer, IOInterface $io) method getRepositories (line 109) | public function getRepositories(?array &$failures = null, bool $withFu... method call (line 160) | public function call($graphql, array &$failures = []): mixed method getDirectlyRequiredPackageNames (line 199) | private function getDirectlyRequiredPackageNames(): array method processChunks (line 213) | private function processChunks(array $urls, bool $withFundingLinks, ?a... FILE: src/Thanks.php class Thanks (line 27) | class Thanks implements EventSubscriberInterface, PluginInterface method activate (line 32) | public function activate(Composer $composer, IOInterface $io): void method enableReminder (line 69) | public function enableReminder(): void method displayReminder (line 76) | public function displayReminder(ScriptEvent $event): void method getSubscribedEvents (line 112) | public static function getSubscribedEvents(): array method deactivate (line 123) | public function deactivate(Composer $composer, IOInterface $io): void method uninstall (line 130) | public function uninstall(Composer $composer, IOInterface $io): void