craue / CraueGeoBundle

Doctrine functions for calculating geographical distances in your Symfony project.
MIT License
125 stars 16 forks source link

ORM v3 compatibility #23

Open fnagel opened 7 months ago

fnagel commented 7 months ago

Can we have an update for ORM v3 compatibility?

See https://github.com/doctrine/orm/releases/tag/3.0.0

Chris53897 commented 6 months ago

With doctrine/orm 2.19 this is easy. Should be the minumum version. Lexerjust needs to be replaced by use Doctrine\ORM\Query\TokenType

https://github.com/Chris53897/CraueGeoBundle/blob/feature/srt-2023/Doctrine/Query/Mysql/GeoDistance.php#L33