-
Notifications
You must be signed in to change notification settings - Fork 15
/
composer.json
28 lines (28 loc) · 952 Bytes
/
composer.json
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
27
28
{
"name": "wp-cloud/phpmemcacheadmin",
"type": "application",
"description": "Graphic stand-alone administration for memcached to monitor and debug purpose",
"keywords": ["phpmemcacheadmin","memcache","memcached","web"],
"homepage": "https://github.com/wp-cloud/phpmemcacheadmin",
"license": "GPL-2.0+",
"authors": [
{
"name": "Cyrille Mahieux",
"email": "elijaa@free.fr",
"homepage": "http://blog.elijaa.org/"
},
{
"name": "Christian Foellmann",
"email": "foellmann@foe-services.de",
"homepage": "http://christian.foellmann.de/"
}
],
"support": {
"issues": "https://github.com/wp-cloud/phpmemcacheadmin/issues",
"wiki": "https://github.com/wp-cloud/phpmemcacheadmin/wiki",
"source": "https://github.com/wp-cloud/phpmemcacheadmin"
},
"require": {
"php": ">=5.3.0"
}
}