Skip to content

Commit

Permalink
update geoip database
Browse files Browse the repository at this point in the history
Signed-off-by: Alfred TCHONDJO <[email protected]>
  • Loading branch information
iriven committed Apr 16, 2023
1 parent 2212348 commit 7a27760
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ehthumbs.db

# Folder config file
Desktop.ini
*backlog*

# Recycle Bin used on file shares
$RECYCLE.BIN/
Expand Down
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
"name": "atchondjo/geoip2country",
"description": "A lightweight but powerful IP address lookup database solution to determine visitors country",
"minimum-stability": "stable",
"keywords": ["geoip", "geolocation", "ip2country", "ip2location", "ipaddress", "php"],
"homepage": "https://github.com/iriven/GeoIP2Country",
"keywords": ["geoip", "geolocation", "ip2country", "ip2location", "ip geolocation", "ipaddress", "php"],
"license": "proprietary",
"authors": [
{
"name": "Alfred TCHONDJO",
"email": "[email protected]"
"email": "[email protected]",
"homepage": "https://github.com/iriven/GeoIP2Country"
}
],
"autoload": {
Expand All @@ -19,3 +21,4 @@
"ext-curl": "*"
}
}
"ip2location", "ip2locationlite", "geolocation", "ip geolocation",
Binary file modified src/data/Geoip.db.sqlite
Binary file not shown.

0 comments on commit 7a27760

Please sign in to comment.