-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 863 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 863 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
27
28
29
30
31
{
"name": "pixelatom/cache",
"description": "A common interface to a variety of caching engines",
"version": "0.1.0",
"type": "library",
"keywords": ["cache", "wrapper", "interface", "memcached", "redis"],
"homepage": "https://github.com/Pixelatom/Cache",
"time": "2013-03-13",
"license": "MIT",
"authors": [
{
"name": "Javier Arias",
"email": "[email protected]",
"homepage": "http://www.pixelatom.org",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/Pixelatom/Cache/issues",
"source": "https://github.com/Pixelatom/Cache"
},
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {
"Pixelatom": "src/"
}
}
}