config
config copied to clipboard
Remove `yiisoft/var-dumper` dependency and use own implementation instead of it
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.