doctrine / data-fixtures

Doctrine2 ORM Data Fixtures Extensions
http://www.doctrine-project.org
MIT License
2.77k stars 224 forks source link

Remove calls to deprecated methods #362

Closed bcremer closed 2 years ago

bcremer commented 3 years ago

Remove call to methods that have been deprecated in Doctrine DBAL.

bcremer commented 2 years ago

Which branch should I target for? Still 1.5.x or up to 1.6.x?

greg0ire commented 2 years ago

You can stay on 1.5.x IMO, it's not a bugfix technically, but the changes are small enough that it won't break anything (if you do the revert).

bcremer commented 2 years ago

Removed the changed exception and rebased to the current 1.5.x-branch.

greg0ire commented 2 years ago

Thanks @bcremer !