Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Never ever edit the composer.json #217

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down