-
-
Notifications
You must be signed in to change notification settings - Fork 666
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 692 Bytes
/
composer.json
File metadata and controls
23 lines (23 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "erik-dubbelboer/php-redis-admin",
"description": "Simple web interface to manage Redis databases.",
"version": "1.26.0",
"license": "CC-BY-3.0",
"homepage": "https://github.com/ErikDubbelboer/phpRedisAdmin",
"authors": [
{
"name": "Erik Dubbelboer",
"email": "erik@dubbelboer.com",
"homepage": "http://blog.dubbelboer.com",
"role": "Developer"
}
],
"require": {
"ext-mbstring": "*",
"ext-json": "*",
"predis/predis": "v2.3.0",
"paragonie/random_compat": ">=2"
},
"minimum-stability": "stable",
"target-dir": "ErikDubbelboer/phpRedisAdmin"
}