yiisoft / yiisoft/config

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

Open
#160 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.