Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependency doctrine/annotations since jms/serializer:3.30.0 #58

Closed
mbaschnitzi opened this issue Feb 29, 2024 · 0 comments · Fixed by #60
Closed

Missing dependency doctrine/annotations since jms/serializer:3.30.0 #58

mbaschnitzi opened this issue Feb 29, 2024 · 0 comments · Fixed by #60

Comments

@mbaschnitzi
Copy link

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.

mbaschnitzi added a commit to mbaschnitzi/zugferd-php that referenced this issue Feb 29, 2024
Version 3.30.0 of jms/serializer dropped doctrine/annotations from its
dependencies, so it needs to be directly required.
mbaschnitzi added a commit to mbaschnitzi/zugferd-php that referenced this issue Feb 29, 2024
Version 3.30.0 of jms/serializer dropped doctrine/annotations from its
dependencies, so it needs to be directly required.
mbaschnitzi added a commit to mbaschnitzi/zugferd-php that referenced this issue Feb 29, 2024
Version 3.30.0 of jms/serializer dropped doctrine/annotations from its
dependencies, so it needs to be directly required.
@BolZer BolZer mentioned this issue Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant