From 0139dd4a440b1f880f2f8314c6c3447d185a7d6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 03:07:50 +0000 Subject: [PATCH] fix(deps): update dependency pulkitjalan/geoip to v8 --- composer.json | 2 +- composer.lock | 27 ++++++++++++++------------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 092bbeb..33a3682 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "laravel/tinker": "^v2.8", "league/csv": "^9.10", "opis/json-schema": "^2.3", - "pulkitjalan/geoip": "^7.0" + "pulkitjalan/geoip": "^8.0" }, "require-dev": { "fakerphp/faker": "^v1.23", diff --git a/composer.lock b/composer.lock index b2c6be1..66ce253 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1d17af0c6b35330ecdc0e0eafc7a5072", + "content-hash": "153bac879b2eab1c00053036e4ca45ee", "packages": [ { "name": "brick/math", @@ -3478,16 +3478,16 @@ }, { "name": "pulkitjalan/geoip", - "version": "7.1.0", + "version": "8.0.0", "source": { "type": "git", "url": "https://github.com/pulkitjalan/ip-geolocation.git", - "reference": "a1b3994e921fe170115763dc527ea8cf53795ee6" + "reference": "095121c4b36a30d18704623fbf2c35930ea946be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pulkitjalan/ip-geolocation/zipball/a1b3994e921fe170115763dc527ea8cf53795ee6", - "reference": "a1b3994e921fe170115763dc527ea8cf53795ee6", + "url": "https://api.github.com/repos/pulkitjalan/ip-geolocation/zipball/095121c4b36a30d18704623fbf2c35930ea946be", + "reference": "095121c4b36a30d18704623fbf2c35930ea946be", "shasum": "" }, "require": { @@ -3505,10 +3505,10 @@ "extra": { "laravel": { "providers": [ - "PulkitJalan\\GeoIP\\GeoIPServiceProvider" + "PulkitJalan\\IPGeolocation\\IPGeolocationServiceProvider" ], "aliases": { - "GeoIP": "PulkitJalan\\GeoIP\\Facades\\GeoIP" + "IPGeolocation": "PulkitJalan\\IPGeolocation\\Facades\\IPGeolocation" } } }, @@ -3517,7 +3517,7 @@ "helpers.php" ], "psr-4": { - "PulkitJalan\\GeoIP\\": "src" + "PulkitJalan\\IPGeolocation\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -3529,20 +3529,21 @@ "name": "Pulkit Jalan" } ], - "description": "Geoip Wrapper with Laravel Support", - "homepage": "https://github.com/pulkitjalan/geoip", + "description": "IP Geolocation Wrapper with Laravel Support", + "homepage": "https://github.com/pulkitjalan/ip-geolocation", "keywords": [ - "geoip", + "geolocation", "ip-api", + "ip-geolocation", "ipstack", "maxmind" ], "support": { "issues": "https://github.com/pulkitjalan/ip-geolocation/issues", - "source": "https://github.com/pulkitjalan/ip-geolocation/tree/7.1.0" + "source": "https://github.com/pulkitjalan/ip-geolocation/tree/8.0.0" }, "abandoned": "pulkitjalan/ip-geolocation", - "time": "2024-05-30T06:15:44+00:00" + "time": "2024-08-22T05:21:30+00:00" }, { "name": "ralouphie/getallheaders",