protected function execute(InputInterface $input, OutputInterface $output)
 {
     \Mouf::getPackagistStatsLock()->acquireLock();
     $packagistScoreService = \Mouf::getPackagistScoreService();
     $packagistScoreService->updateAllScores();
 }