-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
34 lines (34 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
33
34
{
"name": "adr/symfony2erlang-bundle",
"description": "Bundle to connect Symfony2 to Erlang using several strategies",
"keywords": ["symfony2", "erlang"],
"homepage": "https://github.com/",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Marcos Quesada",
"email": "[email protected]"
},
{
"name": "Jordi Llonch",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.0",
"videlalvaro/php-amqplib": "v1.1"
},
"require-dev": {
"symfony/symfony": ">2.2.0, <2.4-dev",
"mockery/mockery": "dev-master",
"guzzle/guzzle": "3.4.*@dev"
},
"autoload": {
"psr-0": {
"ADR\\Bundle\\Symfony2ErlangBundle": ""
}
},
"minimum-stability": "dev",
"target-dir": "ADR/Bundle/Symfony2ErlangBundle"
}