Skip to content

Commit 47c2e2a

Browse files
oschwaldclaude
andcommitted
Require geoip2 3.4.0 for residential data
geoip2/geoip2 3.4.0 has been released on Packagist and contains the AnonymizerFeed/residential support that the anonymizer.residential property depends on. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent d9a779d commit 47c2e2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": ">=8.1",
2121
"ext-json": "*",
22-
"geoip2/geoip2": "^v3.3.0"
22+
"geoip2/geoip2": "^v3.4.0"
2323
},
2424
"require-dev": {
2525
"friendsofphp/php-cs-fixer": "3.*",

0 commit comments

Comments
 (0)