Skip to content

0.10

Choose a tag to compare

@maltehuebner maltehuebner released this 10 Feb 14:19
· 14 commits to main since this release

What's Changed

  • Fix Symfony 8 compatibility: Replace XmlFileLoader with YamlFileLoader (#21)
    • XmlFileLoader was removed in Symfony 8, causing a fatal error at kernel boot
    • Service configuration converted from XML to YAML
    • Removed related PHPStan baseline entries

Full Changelog: 0.9...0.10