This repository was archived by the owner on Jul 30, 2022. It is now read-only.
Tags: geocoder-php/geoips-provider
Tags
fix: deprecate geoips provider (#972) * fix: deprecate geoips provider - adds `@deprecated` annotations to the class & constructor (which will warn people using IDEs) - Updates the readme and changelog to communicate the deprecation - Removes it from the main readme. * feat: add deprecation docs * fix: add back authors