doctrine-cache icon indicating copy to clipboard operation
doctrine-cache copied to clipboard

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

Open simPod opened this issue 5 years ago • 3 comments

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

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

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

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

simPod avatar Jul 07 '20 10:07 simPod

Thanks @simPod. Which version of doctrine is affected by dropping Doctrine\Common?

f3l1x avatar Jul 26 '20 17:07 f3l1x

Guess it's this one https://github.com/doctrine/cache/releases/tag/1.10.0

simPod avatar Jul 26 '20 19:07 simPod

Thanks, I will take a look.

f3l1x avatar Oct 28 '20 17:10 f3l1x

Resolved

f3l1x avatar Dec 13 '24 15:12 f3l1x