webauthn-framework icon indicating copy to clipboard operation
webauthn-framework copied to clipboard

Fix dependency package name to symfony/property-info

Open abcang opened this issue 11 months ago • 0 comments

Target branch: 4.8.x Resolves issue #

  • [x] It is a Bug fix
  • [ ] It is a New feature
  • [ ] Breaks BC
  • [ ] Includes Deprecations

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.

abcang avatar Mar 13 '24 07:03 abcang