forked from PHPSocialNetwork/phpfastcache
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
22 lines (22 loc) · 805 Bytes
/
composer.json
File metadata and controls
22 lines (22 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "phpfastcache/phpfastcache",
"type" : "library",
"description": "PHP Cache Class - Supported Redis, Cookie, Predis, APC, MemCached, WinCache, Files, PDO, Reduce mySQL Call by Caching",
"keywords": ["cache","caching","php cache","mysql cache","apc cache","apc","memcache","memcached","wincache","files cache","pdo cache","cache class","redis","predis","cookie"],
"homepage": "http://www.phpfastcache.com",
"license": "MIT",
"authors": [
{
"name": "Khoa Bui",
"email": "khoaofgod@gmail.com",
"homepage": "http://www.phpfastcache.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.1.0"
},
"autoload": {
"files": ["phpfastcache.php"]
}
}