geocoder-php / Geocoder

The most featured Geocoder library written in PHP.
https://geocoder-php.org
MIT License
3.95k stars 519 forks source link

Drop support for PHP 7.4 #1197

Closed jbelien closed 1 year ago

jbelien commented 1 year ago

PHP 7.4 has reach end of life in November 2022 (see https://www.php.net/supported-versions.php)

Note
Deprecate Geoip provider since geoip extension doesn't seem to be available with PHP 8 (README updated to suggest to switch to GeoIP2 provider)

jbelien commented 1 year ago

Other than removing support for a version of PHP that has reached end of life is also to be able to use mixed in #1194