Skip to content

Commit 0fd8a07

Browse files
committed
composer config
1 parent d550cbd commit 0fd8a07

File tree

2 files changed

+4061
-0
lines changed

2 files changed

+4061
-0
lines changed

composer.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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+
}

0 commit comments

Comments
 (0)