Skip to main content

Changes

Bug Fixes

  • Fixed Symfony PropertyInfo adapter auto-detection failing with --prefer-lowest dependencies. Detection now properly distinguishes between Symfony 6 (uses PropertyInfoExtractor::getTypes()) and Symfony 7 (uses PropertyInfoExtractor::getType() with TypeInfo component) by checking for Symfony\Component\TypeInfo\Type class existence.