Skip to content

Commit 8d418f6

Browse files
TASK: Add neos package-key to composer.json
Original: e698d45e99c9ae6274aa2a7c587b746c6643d935
1 parent 2a0bc3d commit 8d418f6

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

composer.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
{
22
"name": "netlogix/jobqueue-fast-rabbit",
3+
"type": "neos-package",
34
"description": "Low memory footprint worker for RabbitMQ jobs",
45
"license": "MIT",
5-
"type": "neos-package",
6+
"autoload": {
7+
"psr-4": {
8+
"Netlogix\\JobQueue\\FastRabbit\\": "Classes/"
9+
}
10+
},
611
"require": {
712
"ext-json": "*",
813
"flowpack/jobqueue-common": "^3.0.0",
9-
"netlogix/supervisor": "@dev",
14+
"netlogix/supervisor": "^1.0",
1015
"php-amqplib/php-amqplib": "^2.11",
1116
"t3n/jobqueue-rabbitmq": "^2.3.0"
1217
},
13-
"autoload": {
14-
"psr-4": {
15-
"Netlogix\\JobQueue\\FastRabbit\\": "Classes/"
18+
"extra": {
19+
"neos": {
20+
"package-key": "Netlogix.JobQueue.FastRabbit"
1621
}
1722
},
1823
"bin": [

0 commit comments

Comments
 (0)