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
24 lines (24 loc) · 706 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 706 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
{
"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": "http://michelsalib.com"
}
],
"require": {
"symfony/framework-bundle": ">=2.0,<3.0",
"chrisboulton/php-resque": "dev-master",
"chrisboulton/php-resque-scheduler": "dev-master"
},
"autoload": {
"psr-0": { "BCC\\ResqueBundle": "" }
},
"target-dir": "BCC/ResqueBundle"
}