web-auth / webauthn-framework

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

chore: add suggests and move reflection-docblock #566

Closed joostdebruijn closed 5 months ago

joostdebruijn commented 5 months ago

Target branch: 4.8.x Resolves issue: n/a

This one is based on my last comments in PR #560. The dependency phpdocumentor/reflection-docblock must be in require instead of require-dev, as this one is needed in production environments for the serializer which uses several classes from this package. In the original PR I added various suggest-entries to the webauth-lib sub repo which didn't get merged, however: they are needed there as well for serialization (they may even be a require-dependency, but strictly it's not needed for all use cases).

Sorry for being here again about the dependencies, don't hesitate just closing this one!