Hi,
When i use the command "make:fixtures", it creates files with deprecated interfaces
See: https://github.com/symfony/maker-bundle/blob/master/src/Resources/skeleton/doctrine/Fixtures.tpl.php#L6
"Doctrine\Common\Persistence\ObjectManager" must me replaced by "Doctrine\Persistence\ObjectManager"
See this commit: doctrine/persistence@132709c
Cheers,
HanXHX