File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 4
4
"require" : {
5
5
"php" : " >=5.4" ,
6
6
"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"
10
9
},
11
10
"require-dev" : {
12
11
"phpunit/phpunit" : " ^4.8" ,
13
12
"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"
16
16
},
17
17
"autoload" : {
18
18
"psr-4" : {
38
38
"branch-alias" : {
39
39
"dev-master" : " 0.1-dev"
40
40
}
41
- }
41
+ },
42
+ "prefer-stable" : true ,
43
+ "minimum-stability" : " dev"
42
44
}
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ class SocketHttpClient implements HttpClient
21
21
{
22
22
use RequestWriter;
23
23
use ResponseReader;
24
- use BatchRequest;
25
24
26
25
private $ config = [
27
26
'remote_socket ' => null ,
You can’t perform that action at this time.
0 commit comments