Skip to content

Commit ca37d18

Browse files
committed
updated readme
1 parent 7f7f1ad commit ca37d18

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.idea/copyright/profiles_settings.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@ RabbitMQ driver for Laravel
44

55
####Installation
66

7-
If you with to use PECL extension you should require this package version:
7+
Require this package in your composer.json and run composer update (IMPORTANT! DO NOT USE "dev-master"):
88

99
"vladimir-yuldashev/laravel-queue-rabbitmq": "4.2"
1010

11-
But using "videlalvaro/php-amqplib" is more preferable and if you wish to use it you should require this package version:
12-
13-
"vladimir-yuldashev/laravel-queue-rabbitmq": "4.2.*@dev"
14-
1511
And run:
1612

1713
composer update

0 commit comments

Comments
 (0)