fre5h/DoctrineEnumBundle

Remove dependency on symfony/form

Closed this issue · 3 comments

The symfony/form dependency should be optional. I want to use this bundle in an API-only project so there is no reason to install symfony/form.

fre5h commented

Right. Thanks. I will make this dependency optional. But also need to edit the code, so the EnumTypeGuesser should be added as service only if Symfony Form component is installed.

Yeah, exactly.

fre5h commented

@enumag 5.3.0 and 6.1.0 released