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 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" : {
3838 "branch-alias" : {
3939 "dev-master" : " 0.1-dev"
4040 }
41- }
41+ },
42+ "prefer-stable" : true ,
43+ "minimum-stability" : " dev"
4244}
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments