-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 833 Bytes
/
Copy pathcomposer.json
File metadata and controls
31 lines (31 loc) · 833 Bytes
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
{
"name": "netlogix/jobqueue-fast-rabbit",
"type": "neos-package",
"description": "Worker for RabbitMQ jobs",
"license": "MIT",
"autoload": {
"psr-4": {
"Netlogix\\JobQueue\\FastRabbit\\": "Classes/"
}
},
"require": {
"ext-json": "*",
"flowpack/jobqueue-common": "^3.0.0",
"netlogix/jobqueue-polling": "^1.0",
"netlogix/jobqueue-pool": "^1.0",
"netlogix/supervisor": "^1.0",
"php-amqplib/php-amqplib": "^2.11",
"react/child-process": "^0.6",
"react/event-loop": "^1.5",
"t3n/jobqueue-rabbitmq": "^2.3.0",
"php": "~8.2 || ~8.3 || ~8.4"
},
"extra": {
"neos": {
"package-key": "Netlogix.JobQueue.FastRabbit"
}
},
"bin": [
"bin/fast-rabbit"
]
}