-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
Is your feature request related to a problem? Please describe.
Using LibMan puts the chosen provider as a critical dependency of your build. This is expected, but also risky, especially since we're talking about unofficial ones (although we could also have NPM as a provider: #807). If the provider fails, all your builds will fail.
Describe the solution you'd like
Be able to configure multiple providers, or to not break the current configuration format, multiple secondary providers. These would be used as a fallback if requests to the primary provider fail.
Describe alternatives you've considered
Having NPM as a provider: #807.
Additional context
Nothing else.
Metadata
Metadata
Assignees
Labels
No labels