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 6c0f366 commit e56aaabCopy full SHA for e56aaab
Provider/AbstractHttpProvider.php
composer.json
@@ -13,20 +13,11 @@
13
],
14
"require": {
15
"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"
+ "igorw/get-in": "^1.0"
22
},
23
"require-dev": {
24
"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"
+ "symfony/stopwatch": "~2.5"
30
31
"suggest": {
32
"symfony/stopwatch": "If you want to use the TimedGeocoder"
0 commit comments