-
-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 709 Bytes
/
Copy pathcomposer.json
File metadata and controls
26 lines (26 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "cheprasov/php-redis-client",
"version": "1.10.0",
"description": "Php client for Redis. It is a fast, fully-functional and user-friendly client for Redis, optimized for performance. RedisClient supports the latest versions of Redis starting from 2.6 to 6.0",
"homepage": "http://github.com/cheprasov/php-redis-client",
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "Alexander Cheprasov",
"email": "acheprasov84@gmail.com"
}
],
"autoload": {
"psr-0": {
"RedisClient\\": "src"
}
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
"cheprasov/php-extra-mocks": "^1.0.0"
}
}