Skip to content

Commit

Permalink
Changed installation target to dev-master
Browse files Browse the repository at this point in the history
  • Loading branch information
santigarcor committed Sep 26, 2016
1 parent a2f83ec commit 449ee66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Installation

1. In order to install Laravel 5 Laratrust, just add the following to your composer.json. Then run ``composer update``::

"santigarcor/laratrust": "3.1.*"
"santigarcor/laratrust": "dev-master"

or you can run the `composer require` command from your terminal::

composer require "santigarcor/laratrust:3.1.*"
composer require "santigarcor/laratrust:dev-master"

2. Then in your ``config/app.php`` add the following to the providers array::
Expand Down

0 comments on commit 449ee66

Please sign in to comment.