ramsey / uuid-doctrine

:snowflake::file_cabinet: Allow the use of a ramsey/uuid UUID as Doctrine field type.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doctrine/dbal v4 is out!

kochen opened this issue · comments

commented

My feature title

Support doctrinr/dbal:^4.0

Background/problem

doctrine/dbal:^4.0 introduces several breaking changes: https://github.com/doctrine/dbal/blob/4.0.x/UPGRADE.md#upgrade-to-40

Proposal/solution

  • adjust code
  • remove support for older version

Alternatives

  • support both dbal 4 & older version - requires version check

Additional context

Suggest releasing a new version that only supports new version of dbal (and PHP).