Skip to content

Commit e56aaab

Browse files
authored
Moved AbstractHTTPProvider to separate package (#685)
* Moved AbstractHTTPProvider to separate package * cs * Bugfix
1 parent 6c0f366 commit e56aaab

File tree

2 files changed

+2
-127
lines changed

2 files changed

+2
-127
lines changed

Provider/AbstractHttpProvider.php

Lines changed: 0 additions & 116 deletions
This file was deleted.

composer.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,11 @@
1313
],
1414
"require": {
1515
"php": "^7.0",
16-
"igorw/get-in": "^1.0",
17-
"psr/http-message-implementation": "^1.0",
18-
"php-http/client-implementation": "^1.0",
19-
"php-http/message-factory": "^1.0.2",
20-
"php-http/httplug": "^1.0",
21-
"php-http/discovery": "^1.0"
16+
"igorw/get-in": "^1.0"
2217
},
2318
"require-dev": {
2419
"phpunit/phpunit": "^6.1",
25-
"symfony/stopwatch": "~2.5",
26-
"php-http/message": "^1.0",
27-
"php-http/curl-client": "^1.7",
28-
"php-http/mock-client": "^0.3.0",
29-
"nyholm/psr7": "^0.2.2"
20+
"symfony/stopwatch": "~2.5"
3021
},
3122
"suggest": {
3223
"symfony/stopwatch": "If you want to use the TimedGeocoder"

0 commit comments

Comments
 (0)