forked from swarrot/SwarrotBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
47 lines (47 loc) · 1.22 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
47
{
"name": "swarrot/swarrot-bundle",
"description": "SwarrotBundle",
"type": "symfony-bundle",
"keywords": ["swarrot","bundle"],
"license": "MIT",
"authors": [
{
"name": "Olivier Dolbeau",
"homepage": "http://odolbeau.fr/"
}
],
"require": {
"php": ">7.2.5",
"psr/log": "^1.0",
"swarrot/swarrot": "^4.0",
"symfony/config": "^3.4|^4.2|^5.0",
"symfony/console": "^3.4|^4.2|^5.0",
"symfony/dependency-injection": "^3.4|^4.2|^5.0",
"symfony/http-kernel": "^3.4|^4.2|^5.0",
"symfony/yaml": "^3.4|^4.2|^5.0"
},
"require-dev": {
"phpunit/phpunit": "^8.4",
"doctrine/dbal": "^2.2",
"doctrine/common": "^2.9",
"php-amqplib/php-amqplib": "^2.9",
"symfony/phpunit-bridge": "^5.0"
},
"suggest": {
"php-amqplib/php-amqplib": "Required if using amqp_lib"
},
"autoload": {
"psr-4": { "Swarrot\\SwarrotBundle\\": "" },
"exclude-from-classmap": [
"/Tests/"
]
},
"conflict": {
"doctrine/persistence": "<1.3"
},
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
}
}
}