Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
iget-esoares committed Jul 13, 2017
1 parent d818fed commit ea22574
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -17,6 +17,12 @@ To install, use composer:
composer require stevenmaguire/oauth2-dropbox
```

**Note:** Due API deprecation, we dropped support to Dropbox API v1. If you need use v1, please use `^2.0.0` version constraint:

```
composer require "stevenmaguire/oauth2-dropbox:^2.0.0"
```

## Usage

Usage is the same as The League's OAuth client, using `\Stevenmaguire\OAuth2\Client\Provider\Dropbox` as the provider.
Expand Down

0 comments on commit ea22574

Please sign in to comment.