Version 3.30.0 of jms/serializer dropped doctrine/annotations from its dependencies, so it needs to be directly required.
This pull request fixes #58 via requiring doctrine/annotations explicitly.
An alternative would be to convert all annotations to attributes and bump the minimum php version to 8.0. If it is preferred I can make those changes instead.
Version 3.30.0 of
jms/serializer
droppeddoctrine/annotations
from its dependencies, so it needs to be directly required.This pull request fixes #58 via requiring
doctrine/annotations
explicitly.An alternative would be to convert all annotations to attributes and bump the minimum php version to 8.0. If it is preferred I can make those changes instead.