yiisoft / config

Configuration management
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
31 stars 11 forks source link

Remove `yiisoft/var-dumper` dependency and use own implementation instead of it #160

Open vjik opened 9 months ago

vjik commented 9 months ago

Currently VarDumper used for dump merge plan to file only. Merge plan is simple array with string keys and values. Create dump of such array is simple and don't need additional dependency, better create own dumper for this case.