You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Add LaravelQueueRabbitMQServiceProvider to `providers` array in `config/app.php`:
16
16
@@ -47,10 +47,10 @@ vendor/bin/phpunit
47
47
48
48
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)
49
49
50
-
> If you want to make feature for several versions (for example: 5.2, 5.3and 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.
51
51
52
52
#### Supported versions of Laravel (+Lumen)
53
53
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`
55
55
56
56
The version is being matched by the release tag of this library.
0 commit comments