We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 535fc29 commit a0aadd3Copy full SHA for a0aadd3
1 file changed
phpBB/phpbb/composer/installer.php
@@ -696,6 +696,7 @@ protected function resolve_highest_versions(array $package_names, $composer, Con
696
}
697
catch (\Exception $e)
698
{
699
+ // If a repo fails, just skip it.
700
continue;
701
702
0 commit comments