Skip to content

Commit

Permalink
feat: add support for "geoip2/geoip2" 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 committed Mar 2, 2024
1 parent 01c44f0 commit 947b587
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"cache/simple-cache-bridge": "^1.0",
"cache/void-adapter": "^1.0",
"geocoder-php/provider-integration-tests": "^1.6.3",
"geoip2/geoip2": "~2.0",
"geoip2/geoip2": "^2.0|^3.0",
"nyholm/nsa": "^1.1",
"nyholm/psr7": "^1.0",
"php-cs-fixer/shim": "^3.22",
Expand Down
4 changes: 2 additions & 2 deletions src/Provider/GeoIP2/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": "^8.0",
"geoip2/geoip2": "~2.0",
"geoip2/geoip2": "^2.0|^3.0",
"willdurand/geocoder": "^4.0"
},
"provide": {
Expand Down Expand Up @@ -42,4 +42,4 @@
"test": "vendor/bin/phpunit",
"test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
}
}
}

0 comments on commit 947b587

Please sign in to comment.