-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 916 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
40
41
42
{
"name": "maritechpro/rpc-amqp-client",
"description": "RPC client bundle",
"type": "symfony-bundle",
"keywords": [
"symfony",
"rabbitmq",
"amqp",
"rpc"
],
"version": "1.0.0",
"homepage": "https://github.com/maritechpro/prc-amqp-server",
"require": {
"ext-amqp": "*",
"php": "^7.4",
"symfony/dependency-injection": "^4.3|^5.0",
"symfony/config": "^4.3|^5.0",
"symfony/yaml": "^4.3|^5.0",
"symfony/http-kernel": "^4.3|^5.0",
"gepur-it/rabbitmq-bundle": "^5.0",
"doctrine/mongodb-odm-bundle": ">=3.4"
},
"license": "MIT",
"authors": [
{
"name": "Marina Mileva",
"email": "[email protected]"
},
{
"name": "Andrii Yakovlev",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"GepurIt\\RemoteProcedureCallBundle\\": "src"
}
},
"require-dev": {
"vimeo/psalm": "^3.4"
}
}