Closed
Description
What is used through doctrine/common
dependency:
Doctrine\Common\Util\Debug
- likely to be dropped, only used in one console command and one testDoctrine\Common\Event*
to be extracted todoctrine/event-manager
(for now)Doctrine\Common\Persistence
-> needsdoctrine/persistence
Doctrine\Common\Util\Inflector
-> should be switched todoctrine/inflector
Doctrine\Common\Lexer
-> should be switched todoctrine/lexer
(later removed)Doctrine\Common\{PropertyChangedListener,NotifyPropertyChanged}
-> likely to be merged into ORM
cross references:
DBAL: doctrine/dbal#3176
Migrations: doctrine/migrations#722