In version 3.30.0 the serializer made the annotations optional in favor of attributes.
Since the API in this project still uses annotations, this change makes this project not work by default. You have to configure an annotation reader manually now. Currently looking into how to do that. (see comment)
Considering the latest changes in the PHP ecosystem the switch to attributes seems to be overdue.
In version 3.30.0 the serializer made the annotations optional in favor of attributes.
Since the API in this project still uses annotations, this change makes this project not work by default. You have to configure an annotation reader manually now.
Currently looking into how to do that.(see comment)Considering the latest changes in the PHP ecosystem the switch to attributes seems to be overdue.