To migrate from torann/geoip
you simply need to :
-"torann/geoip": "^3.0",
+"interaction-design-foundation/laravel-geoip": "^3.1",
-use Torann\GeoIP;
+use InteractionDesignFoundation\GeoIP;
-use Torann\Location;
+use InteractionDesignFoundation\Location;