You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 3.30.0 of jms/serializer the dependency on doctrine/annotations was dropped. (See schmittjoh/serializer#1471)
This causes the parsing of xml to fail because the serializer cannot read the annotations anymore if the project using this library does not explicitly require doctrine/annotations.
This issue could be solved by either depending on doctrine/annotations or by converting the annotations to php attributes.
The text was updated successfully, but these errors were encountered:
mbaschnitzi
added a commit
to mbaschnitzi/zugferd-php
that referenced
this issue
Feb 29, 2024
In version 3.30.0 of
jms/serializer
the dependency ondoctrine/annotations
was dropped. (See schmittjoh/serializer#1471)This causes the parsing of xml to fail because the serializer cannot read the annotations anymore if the project using this library does not explicitly require
doctrine/annotations
.This issue could be solved by either depending on
doctrine/annotations
or by converting the annotations to php attributes.The text was updated successfully, but these errors were encountered: