diff --git a/composer.json b/composer.json index 80a256d1b..c8478d539 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "utopia-php/domains": "1.1.*", "resque/php-resque": "1.3.6", - "geoip2/geoip2": "2.9.0", + "geoip2/geoip2": "2.10.0", "piwik/device-detector": "3.5.1", "dragonmantank/cron-expression": "3.0.1", "domnikl/statsd": "2.0.*", diff --git a/composer.lock b/composer.lock index 70bbd85b8..b964a02c6 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": "a620359f4043942efee83516ff4ffe56", + "content-hash": "72fd976dae6bb450f06753fe423eecd0", "packages": [ { "name": "appwrite/php-clamav", @@ -356,26 +356,27 @@ }, { "name": "geoip2/geoip2", - "version": "v2.9.0", + "version": "v2.10.0", "source": { "type": "git", "url": "https://github.com/maxmind/GeoIP2-php.git", - "reference": "a807fbf65212eef5d8d2db1a1b31082b53633d77" + "reference": "419557cd21d9fe039721a83490701a58c8ce784a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/a807fbf65212eef5d8d2db1a1b31082b53633d77", - "reference": "a807fbf65212eef5d8d2db1a1b31082b53633d77", + "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/419557cd21d9fe039721a83490701a58c8ce784a", + "reference": "419557cd21d9fe039721a83490701a58c8ce784a", "shasum": "" }, "require": { - "maxmind-db/reader": "~1.0", - "maxmind/web-service-common": "~0.5", - "php": ">=5.4" + "ext-json": "*", + "maxmind-db/reader": "~1.5", + "maxmind/web-service-common": "~0.6", + "php": ">=5.6" }, "require-dev": { "friendsofphp/php-cs-fixer": "2.*", - "phpunit/phpunit": "4.*", + "phpunit/phpunit": "5.*", "squizlabs/php_codesniffer": "3.*" }, "type": "library", @@ -392,7 +393,7 @@ { "name": "Gregory J. Oschwald", "email": "goschwald@maxmind.com", - "homepage": "http://www.maxmind.com/" + "homepage": "https://www.maxmind.com/" } ], "description": "MaxMind GeoIP2 PHP API", @@ -404,7 +405,7 @@ "geolocation", "maxmind" ], - "time": "2018-04-10T15:32:59+00:00" + "time": "2019-12-12T18:48:39+00:00" }, { "name": "guzzlehttp/guzzle",