Skip to content

Commit 90bfe93

Browse files
committed
Update composer.json
1 parent d251c22 commit 90bfe93

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,22 @@
1818
"kriswallsmith/buzz": "@stable",
1919
"guzzle/guzzle": "@stable",
2020
"zendframework/zendframework": "~2.1",
21-
"maxromanovsky/php-maxmind-geoip": "~1.12"
21+
"geoip/geoip": "~1.13"
2222
},
2323
"suggest": {
2424
"kriswallsmith/buzz": "Enabling Buzz allows you to use the BuzzHttpAdapter.",
25-
"ext-curl": "Enabling the curl extension allows you to use CurlHttpAdapter.",
25+
"ext-curl": "Enabling the curl extension allows you to use the CurlHttpAdapter.",
26+
"ext-geoip": "Enabling the geoip extension allows you to use the MaxMindProvider.",
2627
"guzzle/guzzle": "Enabling Guzzle allows you to use the GuzzleHttpAdapter.",
2728
"zendframework/zend-http": "Enabling Zend Http allows you to use the ZendHttpAdapter.",
28-
"maxromanovsky/php-maxmind-geoip": "If you are going to use MaxMindBinaryProvider."
29+
"geoip/geoip": "If you are going to use the MaxMindBinaryProvider (conflict with geoip extension)."
2930
},
3031
"autoload": {
3132
"psr-0": { "Geocoder": "src/" }
3233
},
3334
"extra": {
3435
"branch-alias": {
35-
"dev-master": "1.6-dev"
36+
"dev-master": "1.7-dev"
3637
}
3738
}
3839
}

0 commit comments

Comments
 (0)