Skip to content

Commit 6cb8966

Browse files
tested functional on Laravel 5.1
1 parent 9472651 commit 6cb8966

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ I've been looking for an equivalent for Laravel but did not find any so this is
1515

1616
Various versions of api-guard:
1717

18-
**Laravel 5.0.x**: `2.*`
18+
**Laravel 5.x**: `~2.*`
1919

20-
**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)
20+
**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)
2121

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

2424
## Quick start
2525

26-
### Laravel 5.0.x
26+
### Laravel 5.x
2727

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

0 commit comments

Comments
 (0)