damien-carcel/app-skeleton

Remove Doctrine ORM

Closed this issue · 0 comments

  • 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