forked from michelsalib/BCCResqueBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 776 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 776 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
{
"name": "bcc/resque-bundle",
"type": "symfony-bundle",
"description": "BCCResqueBundle",
"keywords": ["resque job queue management"],
"homepage": "http://github.com/michelsalib/BCCResqueBundle",
"license": "MIT",
"authors": [
{
"name": "Michel Salib",
"email": "michelsalib@hotmail.com",
"homepage": "michelsalib.com"
}
],
"repositories": [
{
"type": "vcs",
"url": "http://github.com/judgedim/php-resque"
}
],
"require": {
"symfony/framework-bundle": "<=2.2.x-dev",
"chrisboulton/php-resque": "dev-master"
},
"autoload": {
"psr-0": { "BCC\\ResqueBundle": "" }
},
"target-dir": "BCC/ResqueBundle"
}