The PropertyInfoExtractor and ReflectionExtractor are included in symfony/property-info.
The symfony/property-info is included in require-dev of symfony/serializer, but not in require. Therefore, if the packages are installed with the --no-dev option, the classes will not be found and an error requiring the installation of the incorrect package will be displayed.
Target branch: 4.8.x Resolves issue #
The
PropertyInfoExtractor
andReflectionExtractor
are included insymfony/property-info
. Thesymfony/property-info
is included inrequire-dev
ofsymfony/serializer
, but not inrequire
. Therefore, if the packages are installed with the--no-dev
option, the classes will not be found and an error requiring the installation of the incorrect package will be displayed.