Setono / SyliusMailchimpPlugin

Mailchimp integration plugin for Sylius
MIT License
11 stars 14 forks source link

Upgrade to Sylius 1.9 #72

Closed lruozzi9 closed 3 years ago

lruozzi9 commented 3 years ago

It's impossible to upgrade to Sylius 1.9 using Symfony 5.2 with this plugin installed. This is due to the fact that Symfony 5 requires doctrine 2 and setono/doctrine-orm-batcher-bundle is compatible with doctrine-bundle v1 only.

Upgrading to DoctrineBundle 2.0

lruozzi9 commented 3 years ago

This PR close this issue.