Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doctrine\Common\Cache\Cache used despite of requiring doctrine/cache #13

Open
simPod opened this issue Jul 7, 2020 · 1 comment
Open
Assignees

Comments

@simPod
Copy link

simPod commented Jul 7, 2020

Doctrine\Common\Cache\Cache was dropped from Doctrine\Common and replaced by classes in correctly required doctrine/cache through nettrine/cache.

Doctrine\Common is still used in the code here though, rendering it not working.

https://github.com/nettrine/annotations/search?q=Doctrine%5CCache&unscoped_q=Doctrine%5CCache

Service 'nettrine.annotations.reader' (type of Doctrine\Common\Annotations\Reader): Service of type 'Doctrine\Common\Cache\Cache' not found.

@f3l1x
Copy link
Member

f3l1x commented Oct 28, 2020

Good point, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants