From eba442b61c1f8276ba900fbf4b8c43f0a8072249 Mon Sep 17 00:00:00 2001 From: Paramtamtam Date: Wed, 15 May 2019 11:54:05 +0500 Subject: [PATCH] Reeame file updated --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b1193d5..c104bee 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,20 @@ Easy way for connecting [RoadRunner][roadrunner] and Laravel applications. ## Install -Require this package with composer using the following command: +Require this package with composer using the one of next commands. + +For Laravel versions `5.5.x`..`5.7.x`: ```shell $ composer require avto-dev/roadrunner-laravel "^1.4" ``` +For Laravel versions `5.8.x` and above: + +```shell +$ composer require avto-dev/roadrunner-laravel "^2.0" +``` + > Installed `composer` is required ([how to install composer][getcomposer]). > You need to fix the major version of package.