-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
37 lines (37 loc) · 1.2 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
{
"name": "kaliop/queueingbundle",
"description": "Kaliop Queueing Bundle",
"license": "GPL-2.0",
"autoload": {
"psr-4": { "Kaliop\\QueueingBundle\\": "" }
},
"require": {
"ext-curl": "*",
"symfony/config": "^2.4 || ^3.0 || ^4.0",
"symfony/console": "^2.4 || ^3.0 || ^4.0",
"symfony/dependency-injection": "^2.4 || ^3.0 || ^4.0",
"symfony/event-dispatcher": "^2.4 || ^3.0 || ^4.0",
"symfony/http-kernel": "^2.4 || ^3.0 || ^4.0",
"symfony/process": "^2.4 || ^3.0 || ^4.0",
"php-amqplib/rabbitmq-bundle": "^1.2"
},
"require-dev": {
"ext-posix": "*",
"symfony/framework-bundle": "^2.4 || ^3.0 || ^4.0",
"symfony/finder": "^2.4 || ^3.0 || ^4.0",
"symfony/monolog-bundle": "^2.4 || ^3.0 || ^4.0",
"phpunit/phpunit": "^5.7 || ^7.5"
},
"conflict": {
"kaliop/queueingbundle-sqs": "<=0.2"
},
"suggest": {
"phpxmlrpc/phpxmlrpc": "Used by the message consumer which executes xmlrpc calls. Ver 4.0 or later required"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/tanoconsulting"
}
]
}