Prezent / doctrine-translatable

Translatable behaviour extension for Doctrine2
MIT License
26 stars 17 forks source link

Use PSR-4 and clean up deprecated/unused imports #38

Closed mdeboer closed 3 years ago

mdeboer commented 3 years ago

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.

sandermarechal commented 3 years ago

Looks good, thank you!