Skip to content

Commit

Permalink
We follow semver
Browse files Browse the repository at this point in the history
  • Loading branch information
awkwardusername committed May 2, 2015
1 parent 146faab commit 64a361f
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,9 +15,9 @@ 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.0.*`
**Laravel 5.0.x**: `2.*`

**Laravel 4.2.x**: [`1.0`](https://github.com/chrisbjr/api-guard/tree/v1.0) (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)

Expand All @@ -27,7 +27,7 @@ Various versions of api-guard:

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

"chrisbjr/api-guard": "2.0.*"
"chrisbjr/api-guard": "~2.0"

Run the Composer update comand

Expand Down

0 comments on commit 64a361f

Please sign in to comment.