-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 1.07 KB
/
composer.json
File metadata and controls
38 lines (38 loc) · 1.07 KB
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
{
"name": "ecommit/amqp-bundle",
"description": "EcommitAmqpBundle",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Hubert Lecorche",
"email": "contact@e-commit.fr"
}
],
"require": {
"ext-amqp": "*",
"doctrine/doctrine-bundle": "^1.12|^2.0",
"doctrine/persistence": "*",
"guzzlehttp/guzzle": "^6.2.1",
"lstrojny/fxmlrpc": "0.13.*",
"php-http/message": "~1.5",
"php-http/guzzle6-adapter": "~1.1",
"supervisorphp/supervisor": "3.0.*",
"symfony/config": "^4.2|^5.0",
"symfony/console": "^4.2|^5.0",
"symfony/dependency-injection": "^4.2|^5.0",
"symfony/http-kernel": "^4.2|^5.0",
"symfony/swiftmailer-bundle": "^3.2",
"symfony/templating": "~4.2|^5.0",
"symfony/twig-bundle": "^4.2|^5.0",
"psr/log": "~1.0"
},
"autoload": {
"psr-4": { "Ecommit\\AmqpBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
}
}