From b07a60345676d5ff2cf282544ce9876e6119c841 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Mon, 27 Jan 2020 11:30:29 +0100 Subject: [PATCH] Updated dependencies --- composer.json | 4 ++-- config/autoload/geolite2.global.php | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 06c0be62..19b3f557 100644 --- a/composer.json +++ b/composer.json @@ -49,8 +49,8 @@ "pugx/shortid-php": "^0.5", "shlinkio/shlink-common": "^2.5", "shlinkio/shlink-event-dispatcher": "^1.3", - "shlinkio/shlink-installer": "^4.0", - "shlinkio/shlink-ip-geolocation": "^1.3", + "shlinkio/shlink-installer": "^4.0.1", + "shlinkio/shlink-ip-geolocation": "^1.3.1", "symfony/console": "^5.0", "symfony/filesystem": "^5.0", "symfony/lock": "^5.0", diff --git a/config/autoload/geolite2.global.php b/config/autoload/geolite2.global.php index 97e8c381..10f58042 100644 --- a/config/autoload/geolite2.global.php +++ b/config/autoload/geolite2.global.php @@ -7,9 +7,7 @@ return [ 'geolite2' => [ 'db_location' => __DIR__ . '/../../data/GeoLite2-City.mmdb', 'temp_dir' => sys_get_temp_dir(), - 'download_from' => - 'https://download.maxmind.com/app/geoip_download' - . '?edition_id=GeoLite2-City&license_key=G4Lm0C60yJsnkdPi&suffix=tar.gz', + 'license_key' => 'G4Lm0C60yJsnkdPi', ], ];