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

:memo: Standalone Doctrine Annotations for Nette Framework

Results 3 doctrine-annotations issues
Sort by recently updated
recently updated
newest added

Can you please unlock the dependency of `doctrine/annotations` for version 2.x? Thank you so much.

`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 >...

Package `doctrine/annotations` is deprecated and with https://github.com/contributte/doctrine-orm/pull/110 it is no longer needed for ORM integration. I think this package should be eventually marked as deprecated too. Before deprecating, it would...