liip / liip/LiipTestFixturesBundle

Remove monolog from require-dev

Open
#135 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement internal
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

  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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.