Skip to content

Commit 97fe45f

Browse files
committed
Added composer.json to make this package installable by composer.
1 parent ff35664 commit 97fe45f

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

composer.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "pear2/cache_shm",
3+
"description": "Wrapper for shared memory and locking functionality across different PHP extensions.",
4+
"keywords": ["abstraction", "lock", "shm", "apc", "pear2", "cache", "wincache", "caching", "locking"],
5+
"homepage": "http://pear2.github.com/Cache_SHM/",
6+
"license": "LGPL-2.1",
7+
"authors": [
8+
{
9+
"name": "Vasil Rangelov",
10+
"email": "[email protected]",
11+
"role": "lead"
12+
}
13+
],
14+
"support": {
15+
"issues": "http://github.com/pear2/Cache_SHM/issues",
16+
"wiki": "http://github.com/pear2/Cache_SHM/wiki"
17+
},
18+
"require": {
19+
"php": ">=5.3.0"
20+
},
21+
"autoload": {
22+
"psr-0": {
23+
"PEAR2\\Cache\\SHM": "src/"
24+
}
25+
}
26+
}

0 commit comments

Comments
 (0)