update broken due to doctrine changes
developeregrem opened this issue · 1 comments
developeregrem commented
composer update is broken because of a namespace change in doctrine used by the Fixtures, thus the application stoped to work after an update
developeregrem commented
to clean up old and unsused migratio run the following snippet:
php bin/console doctrine:migrations:version --delete "DoctrineMigrations\Version20200803113108"