Harborn-digital / cookie-consent-bundle

Symfony bundle to append Cookie Consent to your website to comply to AVG/GDPR for cookies.
MIT License
18 stars 16 forks source link

Doctrine\Common is depreated #68

Closed crabnky closed 3 years ago

crabnky commented 4 years ago

Hey, as far as I know, the Persistence directory of doctrine/common is now its own package and you should use its classes: the old ones are deprecated.

So in CookieLogger we should have use Doctrine\Persistence\ManagerRegistry; instead of use Doctrine\Common\Persistence\ManagerRegistry;

crabnky commented 3 years ago

Is this bundle abandoned? I can see the required changes in https://github.com/ConnectHolland/cookie-consent-bundle/pull/69... why tis is not merged yet?

matthijsch commented 3 years ago

PR is merged. Bundle is not abandoned, only lacked time to focus on it