You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,15 @@ I've been looking for an equivalent for Laravel but did not find any so this is
15
15
16
16
Various versions of api-guard:
17
17
18
-
**Laravel 5.0.x**: `2.*`
18
+
**Laravel 5.x**: `~2.*`
19
19
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)
21
21
22
22
**Laravel 4.2.x**: [`0.*`](https://github.com/chrisbjr/api-guard/tree/v0.7) (The version that most of you are using)
23
23
24
24
## Quick start
25
25
26
-
### Laravel 5.0.x
26
+
### Laravel 5.x
27
27
28
28
In the `require` key of your `composer.json` file add the following
0 commit comments