Skip to content

Commit

Permalink
tested functional on Laravel 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awkwardusername committed Jun 16, 2015
1 parent 9472651 commit 6cb8966
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ I've been looking for an equivalent for Laravel but did not find any so this is

Various versions of api-guard:

**Laravel 5.0.x**: `2.*`
**Laravel 5.x**: `~2.*`

**Laravel 4.2.x**: [`1.*`](https://github.com/chrisbjr/api-guard/tree/laravel4) (Recently updated version for Laravel 4. Please note that there are namespace changes here)
**Laravel 4.2.x**: [`~1.*`](https://github.com/chrisbjr/api-guard/tree/laravel4) (Recently updated version for Laravel 4. Please note that there are namespace changes here)

**Laravel 4.2.x**: [`0.*`](https://github.com/chrisbjr/api-guard/tree/v0.7) (The version that most of you are using)

## Quick start

### Laravel 5.0.x
### Laravel 5.x

In the `require` key of your `composer.json` file add the following

Expand Down

0 comments on commit 6cb8966

Please sign in to comment.