forked from wa0x6e/Cake-Resque
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 918 Bytes
/
composer.json
File metadata and controls
34 lines (34 loc) · 918 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
32
33
34
{
"name": "kamisama/cake-resque",
"description" : "A CakePHP plugin for creating background jobs with Resque",
"keywords": ["php-resque", "resque", "cli", "cakephp", "background jobs", "scheduled jobs"],
"homepage": "http://cakeresque.kamisama.me",
"type": "cakephp-plugin",
"extra": {
"installer-name": "CakeResque"
},
"authors": [
{
"name": "Wan Chen",
"email": "kami@kamisama.me",
"homepage": "http://www.kamisama.me",
"role": "Developer"
}
],
"license": "MIT",
"require": {
"php": ">=5.3.0",
"composer/installers": "*",
"kamisama/php-resque-ex": ">=1.2.4",
"kamisama/php-resque-ex-scheduler": ">=1.1.1",
"kamisama/resque-status": ">=0.0.1"
},
"require-dev": {
"mikey179/vfsStream": ">=1.2.0"
},
"support": {
"email": "kami@kamisama.me",
"issues": "https://github.com/kamisama/Cake-Resque/issues",
"source": "https://github.com/kamisama/Cake-Resque"
}
}