forked from wa0x6e/ResqueStatus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 830 Bytes
/
Copy pathcomposer.json
File metadata and controls
28 lines (28 loc) · 830 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
{
"name": "kamisama/resque-status",
"description": "A API for saving a php-resque worker settings and status",
"keywords": ["php-resque", "worker", "status"],
"homepage": "http://github.com/kamisama/ResqueStatus",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Wan Chen",
"email": "kami@kamisama.me",
"homepage": "http://www.kamisama.me",
"role": "Developer"
}
],
"license": "MIT",
"autoload": {
"psr-0": {"ResqueStatus": "src/"}
},
"require-dev": {
"satooshi/php-coveralls": "dev-master"
},
"support": {
"email": "kami@kamisama.me",
"issues": "https://github.com/kamisama/ResqueStatus/issues",
"source": "https://github.com/kamisama/ResqueStatus"
}
}