Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,12 @@
"igorw/get-in": "~1.0"
},
"require-dev": {
"kriswallsmith/buzz": "@stable",
"guzzle/guzzle": "@stable",
"zendframework/zend-http": "~2.1",
"geoip/geoip": "~1.13",
"egeloen/http-adapter": "~0.1",
"geoip2/geoip2": "~0.6"
},
"suggest": {
"kriswallsmith/buzz": "Enabling Buzz allows you to use the BuzzHttpAdapter.",
"ext-curl": "Enabling the curl extension allows you to use the CurlHttpAdapter.",
"egeloen/http-adapter": "If you are going to use any http adapters",
"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.",
"geoip/geoip": "If you are going to use the MaxMindBinaryProvider (conflict with geoip extension).",
"geoip2/geoip2": "If you are going to use the GeoIP2DatabaseProvider."
},
Expand Down
55 changes: 0 additions & 55 deletions src/Geocoder/HttpAdapter/BuzzHttpAdapter.php

This file was deleted.

87 changes: 0 additions & 87 deletions src/Geocoder/HttpAdapter/CurlHttpAdapter.php

This file was deleted.

2 changes: 1 addition & 1 deletion src/Geocoder/HttpAdapter/GeoIP2Adapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* @author Jens Wiese <jens@howtrueisfalse.de>
*/
class GeoIP2Adapter implements HttpAdapterInterface
class GeoIP2Adapter
{
/**
* GeoIP2 models (e.g. city or country)
Expand Down
54 changes: 0 additions & 54 deletions src/Geocoder/HttpAdapter/GuzzleHttpAdapter.php

This file was deleted.

33 changes: 0 additions & 33 deletions src/Geocoder/HttpAdapter/HttpAdapterInterface.php

This file was deleted.

Loading