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