jolicode / automapper

:rocket: Very FAST :rocket: PHP AutoMapper with on the fly code generation
https://automapper.jolicode.com/
MIT License
154 stars 15 forks source link

Make ClassDiscriminatorResolver optional #130

Closed Korbeil closed 6 months ago

Korbeil commented 6 months ago

symfony/serializer should not be required when installing AutoMapper, so with this PR I make the ClassDiscriminatorResolver optional within the bundle so we can install it without the Serializer installed.

Will fix a part of #127, but not everything.