Skip to content

Commit 0100d37

Browse files
committed
updated README
1 parent add3cca commit 0100d37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RabbitMQ Queue driver for Laravel
55

66
Require this package in your composer.json and run composer update (IMPORTANT! DO NOT USE "dev-master"):
77

8-
"fintech-fab/laravel-queue-rabbitmq": "5.0"
8+
"fintech-fab/laravel-queue-rabbitmq": "5.1"
99

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

@@ -64,5 +64,5 @@ Unit tests will be provided soon.
6464
You can contribute to this package by discovering bugs and opening issues. Enjoy!
6565

6666
####Supported versions of Laravel
67-
4.0, 4.1, 4.2, 5.0
67+
4.0, 4.1, 4.2, 5.0, 5.1
6868
The version is being matched by the release tag of this library.

0 commit comments

Comments
 (0)