Skip to content

Commit 6250916

Browse files
committed
[Composer] Make egeloen/http-adapter mandatory
1 parent 75ac62b commit 6250916

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@
1313
],
1414
"require": {
1515
"php": ">=5.4.0",
16+
"egeloen/http-adapter": "~0.1",
1617
"igorw/get-in": "~1.0"
1718
},
1819
"require-dev": {
19-
"egeloen/http-adapter": "~0.1",
2020
"geoip2/geoip2": "~0.6"
2121
},
2222
"suggest": {
23-
"egeloen/http-adapter": "If you are going to use any http adapters",
2423
"ext-geoip": "Enabling the geoip extension allows you to use the MaxMindProvider.",
2524
"geoip/geoip": "If you are going to use the MaxMindBinaryProvider (conflict with geoip extension).",
2625
"geoip2/geoip2": "If you are going to use the GeoIP2DatabaseProvider."

0 commit comments

Comments
 (0)