Remove `yiisoft/var-dumper` dependency and use own implementation instead of it
Open
Nobody has claimed this yet.
status:ready for adoption
type:enhancement
- Dominant language
- PHP
- Stars
- 34
- Forks
- 9
- Avg merge
- 1h 7m
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the merge-plan dump path and all uses of yiisoft/var-dumper in the repository. Confirm the merge plan is limited to string-keyed arrays, then verify the dependency can be removed without changing the generated dump output and run the available test suite.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100