Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@piwik.org>2017-11-20 00:52:23 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2017-11-20 00:52:23 +0300
commit23249e9eec85350e7464eac3ec90450b2614e3c7 (patch)
tree473a10c4216fb6d8e6ee1adb8f2b0df07aa527c1 /composer.lock
parente6b5f3338b107b458d0b15b2468268cce34bf54d (diff)
Use composer version of GeoIP library (#12021)
* use composer version of geoip library * region london was renamend in latest geoip version
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock51
1 files changed, 50 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock
index 4e4ee2c272..4162b6bd70 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "content-hash": "39dbe45e9a9ada455d5b38be7e6f5fad",
+ "content-hash": "58bf3282abb530791f29d10e5cd7623b",
"packages": [
{
"name": "composer/semver",
@@ -170,6 +170,55 @@
"time": "2016-10-29T11:16:17+00:00"
},
{
+ "name": "geoip/geoip",
+ "version": "v1.17",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/maxmind/geoip-api-php.git",
+ "reference": "2053a85c2ed3e7adcbaf0117e26832f57366e370"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/maxmind/geoip-api-php/zipball/2053a85c2ed3e7adcbaf0117e26832f57366e370",
+ "reference": "2053a85c2ed3e7adcbaf0117e26832f57366e370",
+ "shasum": ""
+ },
+ "conflict": {
+ "ext-geoip": "*"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*",
+ "satooshi/php-coveralls": "1.0.*"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "src/geoip.inc",
+ "src/geoipcity.inc",
+ "src/timezone.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL 2.1+"
+ ],
+ "authors": [
+ {
+ "name": "MaxMind, Inc.",
+ "email": "support@maxmind.com",
+ "homepage": "http://www.maxmind.com/"
+ }
+ ],
+ "description": "MaxMind GeoIP PHP API",
+ "homepage": "http://dev.maxmind.com/geoip/legacy/downloadable",
+ "keywords": [
+ "geoip",
+ "geolocation",
+ "maxmind"
+ ],
+ "time": "2016-05-16T19:06:50+00:00"
+ },
+ {
"name": "leafo/lessphp",
"version": "v0.5.0",
"source": {