From afb20b1d946db39216fae381f5999107b0b47375 Mon Sep 17 00:00:00 2001 From: Schnoop Date: Mon, 9 Oct 2017 13:58:05 +0200 Subject: [PATCH] Never ever edit the composer.json --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 31deb2c..33bb2fc 100644 --- a/README.md +++ b/README.md @@ -31,18 +31,12 @@ This package is very easy to set up. There are only couple of steps. Pull this package in through Composer (file `composer.json`). -```js -{ - "require": { - "php": ">=5.5.9", - "laravel/framework": "5.1.*", - "bican/roles": "2.1.*" - } -} -``` + composer require bican/roles > If you are still using Laravel 5.0, you must pull in version `1.7.*`. + composer require bican/roles:1.7.* + Run this command inside your terminal. composer update