We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0bc3d commit 8d418f6Copy full SHA for 8d418f6
composer.json
@@ -1,18 +1,23 @@
1
{
2
"name": "netlogix/jobqueue-fast-rabbit",
3
+ "type": "neos-package",
4
"description": "Low memory footprint worker for RabbitMQ jobs",
5
"license": "MIT",
- "type": "neos-package",
6
+ "autoload": {
7
+ "psr-4": {
8
+ "Netlogix\\JobQueue\\FastRabbit\\": "Classes/"
9
+ }
10
+ },
11
"require": {
12
"ext-json": "*",
13
"flowpack/jobqueue-common": "^3.0.0",
- "netlogix/supervisor": "@dev",
14
+ "netlogix/supervisor": "^1.0",
15
"php-amqplib/php-amqplib": "^2.11",
16
"t3n/jobqueue-rabbitmq": "^2.3.0"
17
},
- "autoload": {
- "psr-4": {
- "Netlogix\\JobQueue\\FastRabbit\\": "Classes/"
18
+ "extra": {
19
+ "neos": {
20
+ "package-key": "Netlogix.JobQueue.FastRabbit"
21
}
22
23
"bin": [
0 commit comments