File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 18
18
"kriswallsmith/buzz" : " @stable" ,
19
19
"guzzle/guzzle" : " @stable" ,
20
20
"zendframework/zendframework" : " ~2.1" ,
21
- "maxromanovsky/php-maxmind- geoip" : " ~1.12 "
21
+ "geoip/ geoip" : " ~1.13 "
22
22
},
23
23
"suggest" : {
24
24
"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." ,
26
27
"guzzle/guzzle" : " Enabling Guzzle allows you to use the GuzzleHttpAdapter." ,
27
28
"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) ."
29
30
},
30
31
"autoload" : {
31
32
"psr-0" : { "Geocoder" : " src/" }
32
33
},
33
34
"extra" : {
34
35
"branch-alias" : {
35
- "dev-master" : " 1.6 -dev"
36
+ "dev-master" : " 1.7 -dev"
36
37
}
37
38
}
38
39
}
You can’t perform that action at this time.
0 commit comments