forked from scandio/ScandioJobQueueBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (28 loc) · 929 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
{
"name": "scandio/job-queue-bundle",
"type": "symfony-bundle",
"description": "A Symfony2 queue system. With this bundle, you can send commands to a queue, which will be performed according to the crontab.",
"keywords": ["queue", "jobs", "crontab", "cronjob", "symfony2", "bundle", "scandio"],
"homepage": "https://github.com/scandio/ScandioJobQueueBundle",
"license": "MIT",
"authors": [
{
"name": "Scandio GmbH",
"homepage": "http://www.scandio.de/"
},
{
"name": "Veit Osiander",
"homepage": "https://github.com/siklol"
}
],
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.0"
},
"autoload": {
"psr-0": {
"Scandio\\JobQueueBundle": ""
}
},
"target-dir": "Scandio/JobQueueBundle"
}