config icon indicating copy to clipboard operation
config copied to clipboard

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

Open vjik opened this issue 2 years ago • 0 comments

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.

vjik avatar Dec 10 '23 14:12 vjik