From 7f431925b27e36ccc744c5cb827e4e95f79682c0 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 4 Mar 2024 10:38:52 +0100 Subject: [PATCH] feat: add support for "geoip2/geoip2" 3 (#1221) Co-authored-by: Christopher Georg --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 594a982..2719b56 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ ], "require": { "php": "^8.0", - "geoip2/geoip2": "~2.0", + "geoip2/geoip2": "^2.0|^3.0", "willdurand/geocoder": "^4.0" }, "provide": { @@ -42,4 +42,4 @@ "test": "vendor/bin/phpunit", "test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml" } -} \ No newline at end of file +}