forked from swarrot/SwarrotBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 861 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
{
"name": "swarrot/swarrot-bundle",
"description": "SwarrotBundle",
"keywords": ["swarrot","bundle"],
"license": "MIT",
"authors": [
{
"name": "Olivier Dolbeau",
"homepage": "http://odolbeau.fr/"
}
],
"require": {
"php": ">=5.3.3",
"swarrot/swarrot": "~1.2",
"psr/log": "~1.0",
"symfony/framework-bundle": "~2.4",
"symfony/console": "~2.4"
},
"require-dev": {
"phpunit/phpunit": "~3.7",
"phpspec/prophecy": "~1.1"
},
"suggest": {
"videlalvaro/php-amqplib": "Required if using amqp_lib"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-4": { "Swarrot\\SwarrotBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
}
}