Remove Doctrine ORM
Closed this issue · 0 comments
damien-carcel commented
- Use only Doctrine DBAL instead (already used for reading)
- Add integration test on user update (acceptance tests already exist)
- Install through Doctrine migration (there will be no longer the
doctrine:schema:update
command) - Explode
orm
recipe and keep only Doctrine DBAL and Doctrine Migrations