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!
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 inrequire
instead ofrequire-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 varioussuggest
-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 arequire
-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!