File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
37
37
symfony-deprecations-helper : " weak"
38
38
39
39
# Test with httplug 1.x clients
40
- - dependencies : " php-http/buzz-adapter:^1.0 php-http/guzzle6-adapter:^1.1.1 php-http/react-adapter:^0.2.1 php-http/socket-client:^1.0 "
40
+ - dependencies : " php-http/buzz-adapter:^1.0 php-http/guzzle6-adapter:^1.1.1 php-http/react-adapter:^0.2.1"
41
41
php-version : " 7.3"
42
42
symfony-deprecations-helper : " weak"
43
43
# Test with httplug 2.x clients
44
- - dependencies : " php-http/guzzle7-adapter php-http/curl-client:^2.0.0 php-http/vcr-plugin:^1.0@dev"
44
+ - dependencies : " php-http/guzzle7-adapter php-http/curl-client:^2.0.0 php-http/vcr-plugin:^1.0@dev php-http/socket-client:^2.0 "
45
45
php-version : " 7.3"
46
46
symfony-deprecations-helper : " weak"
47
47
Original file line number Diff line number Diff line change 43
43
},
44
44
"conflict" : {
45
45
"php-http/guzzle6-adapter" : " <1.1" ,
46
- "php-http/curl-client" : " <2.0"
46
+ "php-http/curl-client" : " <2.0" ,
47
+ "php-http/socket-client" : " <2.0"
47
48
},
48
49
"require-dev" : {
49
50
"guzzlehttp/psr7" : " ^1.7" ,
Original file line number Diff line number Diff line change @@ -31,6 +31,6 @@ public function createClient(array $config = [])
31
31
throw new \LogicException ('To use the Socket client you need to install the "php-http/socket-client" package. ' );
32
32
}
33
33
34
- return new Client ($ this -> messageFactory , $ config );
34
+ return new Client ($ config );
35
35
}
36
36
}
You can’t perform that action at this time.
0 commit comments