Skip to content

Commit 29e943a

Browse files
committed
Remove sendRequests
1 parent 705e9cb commit 29e943a

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

composer.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"require": {
55
"php": ">=5.4",
66
"symfony/options-resolver": "^2.7",
7-
"php-http/httplug": "^1.0@dev",
8-
"php-http/message-factory": "^0.2@dev",
9-
"php-http/utils": "^0.1@dev"
7+
"php-http/httplug": "^1.0",
8+
"php-http/message-factory": "^0.2@dev"
109
},
1110
"require-dev": {
1211
"phpunit/phpunit": "^4.8",
1312
"guzzlehttp/psr7": "^1.2",
14-
"php-http/discovery": "^0.2@dev",
15-
"php-http/adapter-integration-tests": "^0.2@dev"
13+
"php-http/discovery": "^0.2",
14+
"php-http/adapter-integration-tests": "^0.2",
15+
"php-http/utils": "^0.1"
1616
},
1717
"autoload": {
1818
"psr-4": {
@@ -38,5 +38,7 @@
3838
"branch-alias": {
3939
"dev-master": "0.1-dev"
4040
}
41-
}
41+
},
42+
"prefer-stable": true,
43+
"minimum-stability": "dev"
4244
}

src/SocketHttpClient.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ class SocketHttpClient implements HttpClient
2121
{
2222
use RequestWriter;
2323
use ResponseReader;
24-
use BatchRequest;
2524

2625
private $config = [
2726
'remote_socket' => null,

0 commit comments

Comments
 (0)