Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c44f0 commit 05ad05dCopy full SHA for 05ad05d
composer.json
@@ -31,7 +31,7 @@
31
"cache/simple-cache-bridge": "^1.0",
32
"cache/void-adapter": "^1.0",
33
"geocoder-php/provider-integration-tests": "^1.6.3",
34
- "geoip2/geoip2": "~2.0",
+ "geoip2/geoip2": "^2.0|^3.0",
35
"nyholm/nsa": "^1.1",
36
"nyholm/psr7": "^1.0",
37
"php-cs-fixer/shim": "^3.22",
src/Provider/GeoIP2/composer.json
@@ -13,7 +13,7 @@
13
],
14
"require": {
15
"php": "^8.0",
16
17
"willdurand/geocoder": "^4.0"
18
},
19
"provide": {
@@ -42,4 +42,4 @@
42
"test": "vendor/bin/phpunit",
43
"test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
44
}
45
-}
+}
0 commit comments