Skip to content

Remove config_provider version constraint so newest version will be installed

I have removed the version constraint for config_provider so that there aren't dependency compatibility issues with dependencies requiring config_provider ^3. Today we ran into issue with config_sync requiring config_provider ^3 so this module was causing compatibility issues.

Merge request reports