Skip to content

fix(deprecated): XML config format deprecated since symfony/dependency-injection 7.4 - #14

Merged
rflavien merged 3 commits into
mainfrom
fix/deprec
Apr 8, 2026
Merged

fix(deprecated): XML config format deprecated since symfony/dependency-injection 7.4#14
rflavien merged 3 commits into
mainfrom
fix/deprec

Conversation

@rflavien

@rflavien rflavien commented Apr 8, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Migrate all 7 DI config files from XML to PHP (ContainerConfigurator closures)
  • Replace XmlFileLoader with PhpFileLoader in TiimeNewRelicExtension
  • Compatible with all supported Symfony versions (^5.4|^6.4|^7.0)

Test plan

  • make test passes
  • make phpstan passes
  • make cs-fix (no diff)
  • Verify no deprecation warning on Symfony 7.4

🤖 Generated with Claude Code

rflavien and others added 3 commits April 8, 2026 10:48
…ation format is deprecated

Migrate all DI config files from XML to PHP (ContainerConfigurator).
This fixes the deprecation while maintaining compatibility with Symfony ^5.4|^6.4|^7.0.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@rflavien
rflavien merged commit e40e949 into main Apr 8, 2026
3 of 7 checks passed
@rflavien
rflavien deleted the fix/deprec branch April 8, 2026 09:49
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.

1 participant