Skip to content

Commit 9bf5264

Browse files
committed
remove branch alias
1 parent e709356 commit 9bf5264

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ specification in detail [here](https://tools.ietf.org/html/draft-ietf-oauth-json
1616
## Installation
1717

1818
```sh
19-
composer require admad/cakephp-jwt-auth:2.0.x-dev
19+
composer require admad/cakephp-jwt-auth
2020
```
2121

2222
## Usage

composer.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,5 @@
3434
"psr-4": {
3535
"ADmad\\JwtAuth\\Test\\": "tests"
3636
}
37-
},
38-
"extra": {
39-
"branch-alias": {
40-
"dev-master": "2.0.x-dev"
41-
}
4237
}
4338
}

0 commit comments

Comments
 (0)