File: D:/web/matomo.circ/plugins/IP2Location/composer.json
{
"name": "ip2location/ip2location-piwik",
"type": "plugin",
"description": "Use IP2Location geolocation database to lookup for accurate visitor location in Matomo. It enables the user to find the country, region, city, coordinates, zip code, time zone, ISP, domain name, connection type, area code, weather, MCC, MNC, mobile brand name, elevation and usage type that any IP address or hostname originates from. http://www.ip2location.com",
"keywords": ["geolocation", "ip2location", "piwik"],
"homepage": "https://www.ip2location.com/",
"license": "GPL-3.0-only",
"authors": [
{
"name": "IP2Location",
"email": "support@ip2location.com"
}
],
"require": {
"php": ">=7.4"
}
}