web-auth / webauthn-framework

FIDO-U2F / FIDO2 / Webauthn Framework
MIT License
381 stars 51 forks source link

Fix dependency package name to symfony/property-info #576

Closed abcang closed 3 months ago

abcang commented 4 months ago

Target branch: 4.8.x Resolves issue #

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.

Spomky commented 3 months ago

Many thanks!