web-auth / webauthn-framework

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

Incorrect message for PropertyInfoExtractor #580

Closed ptmkenny closed 3 months ago

ptmkenny commented 3 months ago

Version(s) affected

4.8.x

Description

When trying to get this working on Drupal 10, I get the following error:

    "data": "The class \"Symfony\\Component\\PropertyInfo\\PropertyInfoExtractor\" is required. Please install the package \"symfony/serializer\" to use this feature."

However, this makes no sense because Drupal includes Symfony Serializer.

How to reproduce

See above.

Possible Solution

According to https://symfony.com/doc/current/components/property_info.html, the correct package for PropertyInfoExtractor is symfony/property-info.

Additional Context

No response

Spomky commented 3 months ago

Hello @ptmkenny,

Yes indeed. This was fixed by #576. The fix is available in 4.8.3.

ptmkenny commented 3 months ago

Whoops, sorry for the duplicate report I guess I started work just a couple hours too early before the release.

github-actions[bot] commented 2 months ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.