Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed May 28, 2013
1 parent d251c22 commit 90bfe93
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,22 @@
"kriswallsmith/buzz": "@stable",
"guzzle/guzzle": "@stable",
"zendframework/zendframework": "~2.1",
"maxromanovsky/php-maxmind-geoip": "~1.12"
"geoip/geoip": "~1.13"
},
"suggest": {
"kriswallsmith/buzz": "Enabling Buzz allows you to use the BuzzHttpAdapter.",
"ext-curl": "Enabling the curl extension allows you to use CurlHttpAdapter.",
"ext-curl": "Enabling the curl extension allows you to use the CurlHttpAdapter.",
"ext-geoip": "Enabling the geoip extension allows you to use the MaxMindProvider.",
"guzzle/guzzle": "Enabling Guzzle allows you to use the GuzzleHttpAdapter.",
"zendframework/zend-http": "Enabling Zend Http allows you to use the ZendHttpAdapter.",
"maxromanovsky/php-maxmind-geoip": "If you are going to use MaxMindBinaryProvider."
"geoip/geoip": "If you are going to use the MaxMindBinaryProvider (conflict with geoip extension)."
},
"autoload": {
"psr-0": { "Geocoder": "src/" }
},
"extra": {
"branch-alias": {
"dev-master": "1.6-dev"
"dev-master": "1.7-dev"
}
}
}

0 comments on commit 90bfe93

Please sign in to comment.