martin-georgiev / postgresql-for-doctrine

PostgreSQL enhancements for Doctrine. Provides support for advanced data types (json, jssnb, arrays), text search, array operators and jsonb specific functions.
https://packagist.org/packages/martin-georgiev/postgresql-for-doctrine
MIT License
357 stars 42 forks source link

Bump minimum Doctrine ORM version to v2.14 and add support for Doctrine ORM v3 & Lexer v3 #184

Closed GwendolenLynch closed 7 months ago

GwendolenLynch commented 7 months ago

This is a follow-up for #177

GwendolenLynch commented 7 months ago

Some additional context for the latest commits.

I started by testing on main, and tests currently only pass on doctrine/orm 2.14 onwards.

Based on that, this branch also has its tests passing on 2.14+. So I've updated the constraint to ~2.14, and doctrine/annotations is no longer needed.

Background on ORM v2.14.0:

martin-georgiev commented 7 months ago

Well done @GwendolenLynch! Thank you for helping the library move forward.