easybill / zugferd-php

ZUGFeRD PHP SDK (Factur-X, XRechnung)
https://www.easybill.de
MIT License
75 stars 35 forks source link

Added doctrine/annotations to dependencies (#58) #59

Closed mbaschnitzi closed 8 months ago

mbaschnitzi commented 8 months ago

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.

BolZer commented 8 months ago

This issue is done with #60. Gonna close this PR.