Skip to content

Commit b67565f

Browse files
committed
updated readme
1 parent f153bf2 commit b67565f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff 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

1418
After composer update is finished you need to add ServiceProvider to your `providers` array in app.php:
1519

0 commit comments

Comments
 (0)