Skip to content

Upgrade to Monolog 3#4083

Merged
jaapio merged 1 commit into
phpDocumentor:masterfrom
lacatoire:feat/monolog-3-support
Apr 9, 2026
Merged

Upgrade to Monolog 3#4083
jaapio merged 1 commit into
phpDocumentor:masterfrom
lacatoire:feat/monolog-3-support

Conversation

@lacatoire

Copy link
Copy Markdown
Contributor

Summary

  • Upgrade monolog/monolog from ^2.9 to ^3.0
  • Upgrade psr/log from ^1.1 to ^2.0 || ^3.0
  • Adapt ConsoleLogHandler to use Monolog\LogRecord instead of array records
  • Replace removed Psr\Log\Test\TestLogger with Psr\Log\NullLogger in tests

Fixes #3849

- Update monolog/monolog constraint from ^2.9 to ^3.0
- Update psr/log constraint from ^1.1 to ^2.0 || ^3.0
- Adapt ConsoleLogHandler to use Monolog\LogRecord instead of arrays
- Replace removed Psr\Log\Test\TestLogger with Psr\Log\NullLogger in tests

Fixes phpDocumentor#3849
@lacatoire lacatoire force-pushed the feat/monolog-3-support branch from 722c9b5 to f7148d1 Compare April 9, 2026 14:44
@jaapio jaapio enabled auto-merge April 9, 2026 16:25
@jaapio jaapio merged commit 184aead into phpDocumentor:master Apr 9, 2026
116 checks passed
@jaapio

jaapio commented Apr 9, 2026

Copy link
Copy Markdown
Member

Thanks for your help

@lacatoire lacatoire deleted the feat/monolog-3-support branch April 9, 2026 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Monolog 3 support

2 participants