sroze / messenger-enqueue-transport

Uses Enqueue with Symfony's Messenger component.
MIT License
191 stars 54 forks source link

Suggest default configuration for user to install symfony/serializer #49

Closed devrck closed 5 years ago

devrck commented 5 years ago

Fixes #45

weaverryan commented 5 years ago

Hey @devrck!

You did a great job with this. However, things in the core of Symfony have changed - the service in question (starting in Symfony 4.3) will always be available, even if the serializer isn't installed (because it now uses normal php serialization as the default). To keep this bundle lighter (even though this would have value for Symfony 4.2 users or less), I'm going to close it.

Thanks and keep the PR's coming!