File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
"license" : " MIT" ,
6
6
"require" : {
7
7
"php" : " >=5.4.0" ,
8
- "guzzlehttp/psr7 " : " ^1 .0" ,
8
+ "evenement/evenement " : " ^3.0 || ^2 .0" ,
9
9
"react/event-loop" : " ^1.0 || ^0.5 || ^0.4 || ^0.3" ,
10
10
"react/socket" : " ^1.0 || ^0.8.4" ,
11
11
"react/stream" : " ^1.0 || ^0.7.1" ,
12
12
"react/promise" : " ~2.2" ,
13
- "evenement/evenement " : " ^3.0 || ^2.0 "
13
+ "ringcentral/psr7 " : " ^1.2 "
14
14
},
15
15
"require-dev" : {
16
16
"phpunit/phpunit" : " ^6.4 || ^5.7 || ^4.8.35"
Original file line number Diff line number Diff line change 3
3
namespace React \HttpClient ;
4
4
5
5
use Evenement \EventEmitterTrait ;
6
- use GuzzleHttp \Psr7 as gPsr ;
7
6
use React \Promise ;
7
+ use React \Socket \ConnectionInterface ;
8
8
use React \Socket \ConnectorInterface ;
9
9
use React \Stream \WritableStreamInterface ;
10
- use React \ Socket \ ConnectionInterface ;
10
+ use RingCentral \ Psr7 as gPsr ;
11
11
12
12
/**
13
13
* @event response
You can’t perform that action at this time.
0 commit comments