Skip to content

Commit

Permalink
Merge branch 'hotfix/1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
lcobucci committed Mar 8, 2014
2 parents 4ab520a + f8a55de commit 6568cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A simple library to work with JSON Web Token and JSON Web Signature (requires PH

## Instalation

Just add to your composer.json: ```"lcobucci/jwt": "1.x"```
Just add to your composer.json: ```"lcobucci/jwt": "~1.0"```

## Basic usage

Expand Down Expand Up @@ -44,4 +44,4 @@ $token = (new Parser())->parse('...'); // Parses from a string
$token->getHeader(); // Retrieves the token header
$token->getClaims(); // Retrieves the token claims
$token->verify('my key'); // Verifies if the signature was created with given key (if token is signed)
```
```

0 comments on commit 6568cc3

Please sign in to comment.