From 20a9a9e51efd1f74efbb04fe427174240b999838 Mon Sep 17 00:00:00 2001 From: Kinane Date: Wed, 20 Feb 2019 23:39:54 +0200 Subject: [PATCH] add supported laravel versions section to readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1f2a3f..e519c5d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,10 @@ These features will facilitate drastically the way you use Rabbitmq and broaden Tools like the Rabbitmq *[Management](https://www.rabbitmq.com/management.html)* plugin, will certainly help you monitor the server's activity and visualize the setup. -## Installation +## Supported Laravel versions +Starting version [v0.4.2](https://github.com/Vinelab/bowler/releases/tag/v0.4.2) this library requires Laravel 5.4 or later version. + +## Setup ### Composer ```php