forked from mmoreram/GearmanBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
46 lines (44 loc) · 1.25 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "mmoreram/gearman-bundle",
"replace": {
"mmoreramerino/gearman-bundle": "dev-master"
},
"description": "Adds gearman support to your Symfony2 project",
"keywords": ["gearman"],
"homepage": "https://github.com/mmoreram/GearmanBundle",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Marc Morera",
"email": "[email protected]"
},
{
"name": "Symfony Community",
"homepage": "https://github.com/mmoreram/GearmanBundle/contributors"
}
],
"require": {
"php": ">=5.3.3",
"ext-gearman": "*",
"doctrine/doctrine-cache-bundle": "~1.0",
"doctrine/common": "~2.2",
"symfony/dependency-injection": "~2.1",
"symfony/framework-bundle": "~2.4",
"symfony/http-kernel": "~2.1",
"symfony/console": "~2.1",
"symfony/config": "~2.1",
"symfony/finder": "~2.1",
"symfony/options-resolver": "~2.1"
},
"target-dir": "Mmoreram/GearmanBundle",
"autoload": {
"psr-0": { "Mmoreram\\GearmanBundle": "" }
},
"minimum-stability": "stable",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
}
}