> ## Documentation Index
> Fetch the complete documentation index at: https://docs.instructorphp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# V1.10.2

## 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.
