Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ Please use `Doctrine\Annotations\AnnotationReader` instead.
`Doctrine\Common\Annotations\AnnotationRegistry` has been dropped.
Annotations now rely purely on autoloading, no explicit registration is needed anymore.

## Doctrine\Common\Annotations\CachedReader removed

`Doctrine\Common\Annotations\CachedReader` has been removed as caching annotations themselves is marginally useful. Please cache the resulting structures constructed from annotations instead.

## Doctrine\Common\Annotations\FileCacheReader removed

`Doctrine\Common\Annotations\FileCacheReader` has been removed. Please use Doctrine Cache adapter instead.
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"doctrine/lexer": "1.*"
},
"require-dev": {
"doctrine/cache": "1.*",
"doctrine/coding-standard": "^4.0",
"phpunit/phpunit": "^7.0"
},
Expand Down
245 changes: 0 additions & 245 deletions lib/Doctrine/Annotations/CachedReader.php

This file was deleted.

This file was deleted.

Loading