craue / CraueGeoBundle

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

feat: drop support of php 7, use language level features of php 8, … #21

Open Chris53897 opened 1 year ago

Chris53897 commented 1 year ago

add strong types, drop support of doctrine/persistence v2

Lets see what travis tests say...

Chris53897 commented 1 year ago

There are 4 errors related to precison of test data. They fail in mysql or postgres. I am not sure if related to environment and what exactly todo. Maybe you can help with that.