Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lcobucci committed Nov 25, 2020
1 parent 4ce72bf commit 6d8665c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
> ⚠️ The documentation of the **stable** version is on branch
[3.3](https://github.com/lcobucci/jwt/blob/3.3/README.md). ⚠️

# JWT
[![Gitter]](https://gitter.im/lcobucci/jwt?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Total Downloads]](https://packagist.org/packages/lcobucci/jwt)
Expand All @@ -21,17 +18,9 @@ you can install it using [Composer](https://getcomposer.org).
composer require lcobucci/jwt
```

### Dependencies

- PHP 5.6+ (v3.3) and PHP 7.4 (v4.x)
- OpenSSL Extension

## Basic usage

The documentation of the **unstable** version is available at <https://lcobucci-jwt.readthedocs.io/en/latest/>.
## Documentation

The documentation of the **stable** version is on branch
[3.3](https://github.com/lcobucci/jwt/blob/3.3/README.md).
The documentation is available at <https://lcobucci-jwt.readthedocs.io/en/latest/>.

## Supported by Auth0 ![auth0](http://passportjs.org/images/supported_logo.svg)

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This package is available on [Packagist] and you can install it using [Composer]
By running the following command you'll add `lcobucci/jwt` as a dependency to your project:

```sh
composer require lcobucci/jwt:^4.0@alpha
composer require lcobucci/jwt
```

## Autoloading
Expand Down

0 comments on commit 6d8665c

Please sign in to comment.