liip / liip/LiipTestFixturesBundle
Remove monolog from require-dev
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 178
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
Monolog should not be mandatory to develop this bundle.
**Describe the solution you'd like**
Remove `symfony/monolog-bridge` and `symfony/monolog-bundle` from the requirements.
Use the `NullLogger` instead:
- https://github.com/symfony/symfony/issues/28023#issuecomment-634472862
- https://github.com/symfony/symfony/issues/25676#issuecomment-703242479
**Describe alternatives you've considered**
.
**Additional context**
.
Contributor guide
No contributing guide indexed for this repository
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
Inspect the project's require-dev configuration and the logging setup that currently depends on Symfony's Monolog bridge and bundle. Confirm how NullLogger should be used, run the available test suite, and consider the work done when both Monolog requirements are removed without breaking tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php, symfony
- Domain
- testing, tooling
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100