File tree Expand file tree Collapse file tree 6 files changed +5
-8
lines changed Expand file tree Collapse file tree 6 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 17
17
"api-clients/service" : " dev-master" ,
18
18
"clue/block-react" : " ^1.1" ,
19
19
"clue/buzz-react" : " ^1.1" ,
20
- "container-interop/container-interop" : " ^1.1" ,
21
20
"daverandom/exceptional-json" : " ^1.0.1" ,
22
21
"doctrine/annotations" : " ^1.2" ,
22
+ "psr/container" : " ^1.0" ,
23
23
"react/http-client" : " ^0.4.15" ,
24
24
"react/promise" : " ^2.4" ,
25
25
"wyrihaximus/ticking-promise" : " ^1.6"
Original file line number Diff line number Diff line change 6
6
use ApiClients \Foundation \Middleware \MiddlewareRunner ;
7
7
use ApiClients \Foundation \Transport \CommandBus ;
8
8
use Clue \React \Buzz \Browser ;
9
- use Interop \Container \ContainerInterface ;
10
9
use Psr \Http \Message \RequestInterface ;
11
10
use Psr \Http \Message \ResponseInterface ;
12
11
use React \EventLoop \LoopInterface ;
@@ -31,7 +30,7 @@ final class Client implements ClientInterface
31
30
protected $ loop ;
32
31
33
32
/**
34
- * @var ContainerInterface
33
+ * @var Locator
35
34
*/
36
35
protected $ locator ;
37
36
@@ -52,7 +51,7 @@ final class Client implements ClientInterface
52
51
53
52
/**
54
53
* @param LoopInterface $loop
55
- * @param Locator|ContainerInterface $locator
54
+ * @param Locator $locator
56
55
* @param Browser $buzz
57
56
* @param array $options
58
57
*/
Original file line number Diff line number Diff line change 6
6
use ApiClients \Foundation \Middleware \MiddlewareRunner ;
7
7
use ApiClients \Foundation \Transport \CommandBus ;
8
8
use Clue \React \Buzz \Browser ;
9
- use Interop \Container \ContainerInterface ;
10
9
use InvalidArgumentException ;
11
10
use Psr \Http \Message \RequestInterface ;
12
11
use Psr \Http \Message \ResponseInterface ;
Original file line number Diff line number Diff line change 5
5
use ApiClients \Foundation \Middleware \Locator \Locator ;
6
6
use Clue \React \Buzz \Browser ;
7
7
use Clue \React \Buzz \Io \Sender ;
8
- use Interop \Container \ContainerInterface ;
9
8
use InvalidArgumentException ;
9
+ use Psr \Container \ContainerInterface ;
10
10
use React \Dns \Resolver \Factory as ResolverFactory ;
11
11
use React \Dns \Resolver \Resolver ;
12
12
use React \EventLoop \LoopInterface ;
Original file line number Diff line number Diff line change 10
10
use ApiClients \Foundation \Transport \Options ;
11
11
use ApiClients \Tools \TestUtilities \TestCase ;
12
12
use DI \ContainerBuilder ;
13
- use Interop \Container \ContainerInterface ;
14
13
use League \Event \Emitter ;
15
14
use League \Event \EmitterInterface ;
16
15
use React \EventLoop \Factory as LoopFactory ;
You can’t perform that action at this time.
0 commit comments