-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
Is your feature request related to a problem? Please describe.
依赖库clagiordano/weblibs-configmanager依赖的symfony/yaml ^2.8版本太老了,并且在SDK中并不需要依赖yaml。
src/Config/Config.php 中使用了ConfigManager对象,看了clagiordano/weblibs-configmanager的源代码ConfigManager对象不需要依赖symfony/yaml,只有YamlConfigManager才需要依赖symfony/yaml,所以SDK并不需要yaml扩展。
Describe the solution you'd like
如果clagiordano/weblibs-configmanager无法更新的话希望替换掉这个依赖。
Describe alternatives you've considered
我暂时fork了clagiordano/weblibs-configmanager,修改了symfony/yaml 的版本,然后再主项目的composer.json使用replace替换为fork的版本。
Metadata
Metadata
Assignees
Labels
No labels