0.10.2
What's Changed
This release consolidates all Symfony 8 compatibility fixes:
- Replace
XmlFileLoaderwithYamlFileLoader(#21) —XmlFileLoaderwas removed in Symfony 8, causing a fatal error at kernel boot - Exclude
ConflictResolverfrom service autodiscovery (#22) — static utility class with private constructor broke autowiring - Exclude
ValueTypeand all static converter classes from autodiscovery (#23) — prevents further "non-public constructor" errors - Fix typo in resource pattern —
RequestParamterList→RequestParameterList
Verified
- All 354 tests passing
- PHPStan: no errors
- Full audit of all classes confirms no remaining autowiring issues
Full Changelog: 0.9.1...0.10.2