When using a recent version of doctrine/persistence the following exception is thrown:
The object "Doctrine\Persistence\ObjectManager" which was specified as a property in the object configuration of object "Neos\EventSourcing\ProcessManager\State\StateRepository" (automatically registered class) does not exist.
This is due to a breaking change in Doctrine that basically removed the Doctrine\Common\Persistence\ObjectManager
When using a recent version of
doctrine/persistence
the following exception is thrown:This is due to a breaking change in Doctrine that basically removed the
Doctrine\Common\Persistence\ObjectManager