forked from wa0x6e/ResqueBoard
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
35 lines (35 loc) · 1 KB
/
composer.json
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
32
33
34
35
{
"name": "ResqueBoard/ResqueBoard",
"description" : "ResqueBoard is an analytics software for PHP Resque. Monitor your workers health and job activities in realtime",
"keywords": ["php-resque", "resque", "web interface", "analytics", "realtime", "admin"],
"homepage": "http://kamisama.github.com/ResqueBoard/",
"license": "MIT",
"authors": [
{
"name": "Wan Qi Chen",
"email": "[email protected]",
"homepage": "http://www.kamisama.me",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0",
"slim/slim" : "~2.3.0",
"kamisama/php-resque-ex": ">=1.2.1",
"kamisama/php-resque-ex-scheduler": ">=1.1.0",
"kamisama/resque-status": ">=0.0.1",
"doctrine/cache": "~1.0"
},
"require-dev": {
"satooshi/php-coveralls": "dev-master",
"behat/mink": "*",
"behat/mink-goutte-driver": "*"
},
"autoload": {
"psr-0": {"ResqueBoard": "src/"}
},
"support": {
"issues": "https://github.com/kamisama/resqueboard/issues",
"source": "https://github.com/kamisama/resqueboard"
}
}