Skip to content

Commit

Permalink
Add support to Laravel >= 5.1.40
Browse files Browse the repository at this point in the history
Fix #167
  • Loading branch information
santigarcor committed Jul 17, 2017
1 parent 36af941 commit 1817ec9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![StyleCI](https://styleci.io/repos/59691202/shield)](https://styleci.io/repos/59691202)
[![License](https://poser.pugx.org/santigarcor/laratrust/license)](https://packagist.org/packages/santigarcor/laratrust)

Laratrust is an easy and flexible way to add roles, permissions and teams authorization to **Laravel 5 (>=5.2)**.
Laratrust is an easy and flexible way to add roles, permissions and teams authorization to **Laravel 5 (>=5.1.40)**.

## Installation, Configuration and Usage
To install, configure and learn how to use Laratrust please go to the [Documentation](http://laratrust.readthedocs.io/).
Expand Down
2 changes: 1 addition & 1 deletion docs/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Upgrade from 3.2 to 4.0
=======================

.. IMPORTANT::
Laratrust 4.0 requires Laravel >= 5.2.0.
Laratrust 4.0 requires Laravel >= 5.1.40.

In order to upgrade from Laratrust 3.3 to 4.0 you have to follow these steps:

Expand Down

0 comments on commit 1817ec9

Please sign in to comment.