Changes
Bug Fixes
- Fixed Symfony PropertyInfo adapter auto-detection failing with
--prefer-lowestdependencies. Detection now properly distinguishes between Symfony 6 (usesPropertyInfoExtractor::getTypes()) and Symfony 7 (usesPropertyInfoExtractor::getType()with TypeInfo component) by checking forSymfony\Component\TypeInfo\Typeclass existence.