forked from KuiKui/MemcacheServiceProvider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 676 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 676 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
{
"name": "kuikui/memcache-service-provider",
"type": "library",
"description": "Memcache integration for Silex.",
"keywords": ["silex", "memcache"],
"homepage": "https://github.com/KuiKui/MemcacheServiceProvider",
"license": "MIT",
"authors": [
{
"name": "Denis Roussel",
"email": "denis.roussel@gmail.com",
"homepage": "http://denisroussel.fr"
}
],
"require-dev": {
"silex/silex": "1.0.*",
"mageekguy/atoum": "dev-master"
},
"autoload": {
"psr-0": {
"KuiKui\\MemcacheServiceProvider": "src"
}
},
"minimum-stability": "dev"
}