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 +}