ramsey / uuid-doctrine

:snowflake::file_cabinet: Allow the use of a ramsey/uuid UUID as Doctrine field type.
MIT License
892 stars 84 forks source link

feat: add support for "doctrine/dbal" 4, drop support for PHP < 8.1, drop support for dbal < 4 #245

Closed Chris53897 closed 6 months ago

Chris53897 commented 7 months ago

Description

I do not have much knowledge in this topic, but i try to add support for dbal 4 as a new major version, because of BC breaks. 8.1 is needed because of enums.

drop support for PHP < 8.1 drop support for dbal < 4

https://github.com/doctrine/dbal/blob/4.0.0/UPGRADE.md#deprecated-typegetname

I did not found a best practice to migrate this function. throw ConversionException::conversionFailedFormat()

Motivation and context

How has this been tested?

Types of changes

PR checklist

Chris53897 commented 6 months ago

Closed in favor of https://github.com/ramsey/uuid-doctrine/pull/247