File tree Expand file tree Collapse file tree 2 files changed +4061
-0
lines changed Expand file tree Collapse file tree 2 files changed +4061
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " php-di-definitions/clue-redis-client" ,
3
+ "description" : " PHP-DI definition for clue/redis-react" ,
4
+ "require" : {
5
+ "php" : " ^7.2" ,
6
+ "clue/redis-react" : " ^2.2" ,
7
+ "psr/log" : " ^1.0" ,
8
+ "wyrihaximus/psr-3-callable-throwable-logger" : " ^1.0"
9
+ },
10
+ "require-dev" : {
11
+ "api-clients/test-utilities" : " ^5.1"
12
+ },
13
+ "autoload" : {
14
+ "psr-4" : {
15
+ "PHPDIDefinitions\\ Clue\\ Redis\\ Client\\ " : " src/"
16
+ }
17
+ },
18
+ "autoload-dev" : {
19
+ "psr-4" : {
20
+ "PHPDIDefinitions\\ Tests\\ Clue\\ Redis\\ Client\\ " : " tests/"
21
+ }
22
+ },
23
+ "extra" : {
24
+ "php-di-definitions" : {
25
+ "di" : [
26
+ " etc/di/redis-client.php"
27
+ ]
28
+ }
29
+ },
30
+ "config" : {
31
+ "sort-packages" : true ,
32
+ "platform" : {
33
+ "php" : " 7.2"
34
+ }
35
+ }
36
+ }
You can’t perform that action at this time.
0 commit comments