Thanks, together with Wasko's email I was able to get this working. Solution was to add two "doctrine"-lines in /composer.json .. "require": { "doctrine/orm": "2.3.1", "doctrine/dbal": "2.3.1", "typo3/flow": "2.0.*", .... } .... Thanks for you help!