doctrine-annotations
doctrine-annotations 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 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.
Good point, thanks.