GeoIP add

This commit is contained in:
2024-01-19 19:15:14 +01:00
parent 670ae0c5e1
commit dc50d84d48
6 changed files with 267 additions and 4 deletions

82
composer.lock generated
View File

@@ -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": "86cdd8c61f5c7ee9dee51ebeae179259",
"content-hash": "f8f22c83d6734feaadd1beafe3a4b702",
"packages": [
{
"name": "bacon/bacon-qr-code",
@@ -8422,6 +8422,86 @@
},
"time": "2023-01-03T09:29:04+00:00"
},
{
"name": "torann/geoip",
"version": "3.0.5",
"source": {
"type": "git",
"url": "https://github.com/Torann/laravel-geoip.git",
"reference": "af934013bdc073c8f4775e62cac8cc89b3de3ce6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Torann/laravel-geoip/zipball/af934013bdc073c8f4775e62cac8cc89b3de3ce6",
"reference": "af934013bdc073c8f4775e62cac8cc89b3de3ce6",
"shasum": ""
},
"require": {
"illuminate/cache": "^8.0|^9.0|^10.0",
"illuminate/console": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"php": "^8.0|^8.1"
},
"require-dev": {
"geoip2/geoip2": "~2.1",
"mockery/mockery": "^1.3",
"phpstan/phpstan": "^0.12.14",
"phpunit/phpunit": "^8.0|^9.0|^10.0",
"squizlabs/php_codesniffer": "^3.5",
"vlucas/phpdotenv": "^5.0"
},
"suggest": {
"geoip2/geoip2": "Required to use the MaxMind database or web service with GeoIP (~2.1).",
"monolog/monolog": "Allows for storing location not found errors to the log"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"laravel": {
"providers": [
"Torann\\GeoIP\\GeoIPServiceProvider"
],
"aliases": {
"GeoIP": "Torann\\GeoIP\\Facades\\GeoIP"
}
}
},
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"Torann\\GeoIP\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Daniel Stainback",
"email": "torann@gmail.com"
}
],
"description": "Support for multiple GeoIP services.",
"keywords": [
"IP API",
"geoip",
"geolocation",
"infoDB",
"laravel",
"location",
"maxmind"
],
"support": {
"issues": "https://github.com/Torann/laravel-geoip/issues",
"source": "https://github.com/Torann/laravel-geoip/tree/3.0.5"
},
"time": "2023-02-21T14:02:27+00:00"
},
{
"name": "ua-parser/uap-php",
"version": "v3.9.14",