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 75ac62b commit 6250916Copy full SHA for 6250916
composer.json
@@ -13,14 +13,13 @@
13
],
14
"require": {
15
"php": ">=5.4.0",
16
+ "egeloen/http-adapter": "~0.1",
17
"igorw/get-in": "~1.0"
18
},
19
"require-dev": {
- "egeloen/http-adapter": "~0.1",
20
"geoip2/geoip2": "~0.6"
21
22
"suggest": {
23
- "egeloen/http-adapter": "If you are going to use any http adapters",
24
"ext-geoip": "Enabling the geoip extension allows you to use the MaxMindProvider.",
25
"geoip/geoip": "If you are going to use the MaxMindBinaryProvider (conflict with geoip extension).",
26
"geoip2/geoip2": "If you are going to use the GeoIP2DatabaseProvider."
0 commit comments