I have updated the code to use PSR-4 for autoloading instead of relying on the deprecated PSR-0 (since 2014-10-21). Also fixed the deprecated use of Doctrine\Common\Persistence namespaces (since doctrine/persistence 1.3).
Last but not least I found a lot of unused imports which I removed.
I have updated the code to use PSR-4 for autoloading instead of relying on the deprecated PSR-0 (since 2014-10-21). Also fixed the deprecated use of
Doctrine\Common\Persistence
namespaces (since doctrine/persistence 1.3).Last but not least I found a lot of unused imports which I removed.