We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e709356 commit 9bf5264Copy full SHA for 9bf5264
README.md
@@ -16,7 +16,7 @@ specification in detail [here](https://tools.ietf.org/html/draft-ietf-oauth-json
16
## Installation
17
18
```sh
19
-composer require admad/cakephp-jwt-auth:2.0.x-dev
+composer require admad/cakephp-jwt-auth
20
```
21
22
## Usage
composer.json
@@ -34,10 +34,5 @@
34
"psr-4": {
35
"ADmad\\JwtAuth\\Test\\": "tests"
36
}
37
- },
38
- "extra": {
39
- "branch-alias": {
40
- "dev-master": "2.0.x-dev"
41
- }
42
43
0 commit comments