doctrine / migrations

Doctrine Database Migrations Library
https://www.doctrine-project.org/projects/migrations.html
MIT License
4.65k stars 386 forks source link

Allow doctrine/deprecations 1.0 #1358

Closed derrabus closed 10 months ago

derrabus commented 10 months ago
Q A
Type improvement
BC Break no
Fixed issues N/A

Summary

3.4.x is the last branch that still supports DBAL 2. Unfortunately, it does not allow the installation of Deprecations 1.0 although there haven't been breaking changes between 0.5 and 1.0. This in turn blocks upgrading to recent versions of the ORM.

It would make the upgrade path for projects that are still on DBAL 2 a lot easier if we pushed a new 3.4.x tag that allows doctrine/deprecations 1.x.

mhsdesign commented 10 months ago

THANK YOU SO MUCH FOR THIS ;)

I just noticed this in a composer update ❤️