From e91890bfe1e8cc18bc27cfe2669b3d5d690bd819 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 4 Dec 2023 08:23:05 -0800 Subject: [PATCH] Update maxmind-db/reader dependency --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7461627..60908c7 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require": { - "maxmind-db/reader": "~1.8", + "maxmind-db/reader": "^1.11.1", "maxmind/web-service-common": "~0.8", "php": ">=8.1", "ext-json": "*"