forked from kandelyabre/SwarrotBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 960 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
35
36
37
38
39
{
"name": "swarrot/swarrot-bundle",
"description": "SwarrotBundle",
"keywords": ["swarrot","bundle"],
"license": "MIT",
"authors": [
{
"name": "Olivier Dolbeau",
"homepage": "http://odolbeau.fr/"
}
],
"require": {
"php": ">=5.4",
"swarrot/swarrot": "^2.1.1",
"psr/log": "~1.0",
"symfony/framework-bundle": "~2.3|~2.4|~3.0",
"symfony/console": "~2.3|~2.4|~3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.5",
"symfony/phpunit-bridge": "~2.8|~3.0",
"doctrine/dbal": "~2.2",
"doctrine/Common": "~2.2"
},
"suggest": {
"php-amqplib/php-amqplib": "Required if using amqp_lib"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-4": { "Swarrot\\SwarrotBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "1.5-dev"
}
}
}