File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,17 @@ RabbitMQ driver for Laravel
33
44####Installation
55
6- Require this package in your composer.json and run composer update :
6+ If you with to use PECL extension you should require this package version :
77
8- "fintech-fab/laravel-queue-rabbitmq": "4.2-nopecl"
9-
10- or run:
8+ "fintech-fab/laravel-queue-rabbitmq": "4.2"
119
12- composer require "fintech-fab/laravel-queue-rabbitmq"
10+ But using "videlalvaro/php-amqplib" is more preferable and if you wish to use it you should require this package version:
11+
12+ "fintech-fab/laravel-queue-rabbitmq": "4.2.*@dev"
13+
14+ And run:
15+
16+ composer update
1317
1418After composer update is finished you need to add ServiceProvider to your ` providers ` array in app.php:
1519
You can’t perform that action at this time.
0 commit comments