Skip to content

Commit 4dcbe71

Browse files
authored
Update README.md
1 parent b40efa7 commit 4dcbe71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
RabbitMQ Queue driver for Laravel
22
======================
33
[![Latest Stable Version](https://poser.pugx.org/vladimir-yuldashev/laravel-queue-rabbitmq/v/stable?format=flat-square)](https://packagist.org/packages/vladimir-yuldashev/laravel-queue-rabbitmq)
4-
[![Build Status](https://img.shields.io/travis/vladimir-yuldashev/laravel-queue-rabbitmq.svg?style=flat-square)](https://travis-ci.org/vladimir-yuldashev/laravel-queue-rabbitmq)
4+
[![Build Status](https://img.shields.io/travis/vyuldashev/laravel-queue-rabbitmq.svg?style=flat-square)](https://travis-ci.org/vyuldashev/laravel-queue-rabbitmq)
55
[![Total Downloads](https://poser.pugx.org/vladimir-yuldashev/laravel-queue-rabbitmq/downloads?format=flat-square)](https://packagist.org/packages/vladimir-yuldashev/laravel-queue-rabbitmq)
66
[![StyleCI](https://styleci.io/repos/14976752/shield)](https://styleci.io/repos/14976752)
77
[![License](https://poser.pugx.org/vladimir-yuldashev/laravel-queue-rabbitmq/license?format=flat-square)](https://packagist.org/packages/vladimir-yuldashev/laravel-queue-rabbitmq)
@@ -10,7 +10,7 @@ RabbitMQ Queue driver for Laravel
1010

1111
1. Install this package via composer using:
1212

13-
`composer require vladimir-yuldashev/laravel-queue-rabbitmq:5.4`
13+
`composer require vladimir-yuldashev/laravel-queue-rabbitmq:5.5`
1414

1515
2. Add LaravelQueueRabbitMQServiceProvider to `providers` array in `config/app.php`:
1616

@@ -47,10 +47,10 @@ vendor/bin/phpunit
4747

4848
You can contribute to this package by discovering bugs and opening issues. Please, add to which version of package you create pull request or issue. (e.g. [5.2] Fatal error on delayed job)
4949

50-
> If you want to make feature for several versions (for example: 5.2, 5.3 and 5.4). Create PR for the lowest version (5.2). Hence, you should use branch v5.2.
50+
> If you want to make feature for several versions (for example: 5.2, 5.3, 5.4 and 5.5). Create PR for the lowest version (5.2). Hence, you should use branch v5.2.
5151
5252
#### Supported versions of Laravel (+Lumen)
5353

54-
`4.0, 4.1, 4.2, 5.0, 5.1, 5.2, 5.3, 5.4`
54+
`4.0, 4.1, 4.2, 5.0, 5.1, 5.2, 5.3, 5.4, 5.5`
5555

5656
The version is being matched by the release tag of this library.

0 commit comments

Comments
 (0)