Skip to content

Commit f06fa7c

Browse files
committed
fix: update async queue closure job suggestions in composer.json
1 parent 50922ee commit f06fa7c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@
3232
"symfony/polyfill-php85": "^1.33"
3333
},
3434
"suggest": {
35-
"friendsofhyperf/async-queue-closure-job": "Required to use CallQueuedClosure.(~3.2.0)",
36-
"hyperf/async-queue": "Required to use Hyperf\\AsyncQueue\\Job.(~3.2.0)",
35+
"friendsofhyperf/async-queue-closure-job": "Required to use the async queue closure job.(~3.2.0)",
36+
"hyperf/amqp": "Required to use PendingAmqpProducerMessageDispatch.(~3.2.0)",
37+
"hyperf/queue": "Required to use PendingAsyncQueueDispatch.(~3.2.0)",
38+
"hyperf/kafka": "Required to use PendingKafkaProducerMessageDispatch.(~3.2.0)",
3739
"vlucas/phpdotenv": "Required to use Dotenv.(^5.0)"
3840
},
3941
"minimum-stability": "dev",

0 commit comments

Comments
 (0)