dbojdo / wFirma

wFirma SDK
MIT License
13 stars 15 forks source link

Update composer requirements after jms changes #47

Open jnk5 opened 4 months ago

jnk5 commented 4 months ago

Add doctrine/annotations to composer require.

jms/serializer 3.30.0

Starting from this release doctrine/annotations is an optional package. If you still want to use them, please make sure that you require in composer.json file.

We strongly recommend to start using Attributes with PHP 8.

More: https://github.com/schmittjoh/serializer/releases/tag/3.30.0