1
0
Fork 0
mirror of synced 2024-06-24 01:00:35 +12:00

Bump geoip2/geoip2 from 2.9.0 to 2.10.0

Bumps [geoip2/geoip2](https://github.com/maxmind/GeoIP2-php) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/maxmind/GeoIP2-php/releases)
- [Changelog](https://github.com/maxmind/GeoIP2-php/blob/master/CHANGELOG.md)
- [Commits](https://github.com/maxmind/GeoIP2-php/compare/v2.9.0...v2.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-09-30 21:14:28 +00:00 committed by GitHub
parent d60f0331b6
commit 8b5aa3a101
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 12 deletions

View file

@ -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.*",

23
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": "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",