forked from laelaps/symfony-gearman-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 818 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
{
"name": "laelaps/symfony-gearman-bundle",
"description": "Integrates Gearman into Symfony2",
"keywords": ["symfony", "gearman", "bundle"],
"homepage": "https://github.com/laelaps/symfony-gearman-bundle",
"type": "symfony-bundle",
"license": "MIT",
"minimum-stability": "dev",
"authors": [
{
"name": "Mateusz Charytoniuk",
"email": "[email protected]"
}
],
"require": {
"ext-gearman": "*",
"php": ">=5.4.0",
"symfony/console": "~2.1",
"symfony/framework-bundle": "~2.1"
},
"autoload": {
"psr-0": { "Laelaps\\GearmanBundle": "" }
},
"target-dir": "Laelaps/GearmanBundle",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}