diff --git a/phpBB/phpbb/composer/installer.php b/phpBB/phpbb/composer/installer.php index 312acfcc07..f563362994 100644 --- a/phpBB/phpbb/composer/installer.php +++ b/phpBB/phpbb/composer/installer.php @@ -696,6 +696,7 @@ class installer } catch (\Exception $e) { + // If a repo fails, just skip it. continue; } }