doctrine-cache
doctrine-cache copied to clipboard
Doctrine\Common\Cache\Cache used despite of requiring doctrine/cache
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.
Thanks @simPod. Which version of doctrine is affected by dropping Doctrine\Common?
Guess it's this one https://github.com/doctrine/cache/releases/tag/1.10.0
Thanks, I will take a look.
Resolved