-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
33 lines (33 loc) · 975 Bytes
/
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
{
"name": "instasent/resque-bundle",
"type": "symfony-bundle",
"description": "InstasentResqueBundle",
"keywords": ["resque job queue management"],
"homepage": "http://github.com/instasent/InstasentResqueBundle",
"license": "MIT",
"authors": [
{
"name": "Marcos Gomez",
"email": "[email protected]"
},
{
"name": "Luis Hdez",
"email": "[email protected]"
},
{
"name": "Michel Salib",
"email": "[email protected]",
"homepage": "http://michelsalib.com"
}
],
"require": {
"symfony/framework-bundle": ">=2.0",
"chrisboulton/php-resque": "dev-master",
"symfony/polyfill-php70": "^1.0",
"chrisboulton/php-resque-scheduler": "dev-master"
},
"autoload": {
"psr-0": { "Instasent\\ResqueBundle": "" }
},
"target-dir": "Instasent/ResqueBundle"
}