Skip to content

Commit

Permalink
Drop support for lcobucci/jwt 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Aug 22, 2022
1 parent 1580129 commit da3b1db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

Dropped support for `lcobucci/jwt` 3.x

## 1.16.3 - 2022-08-22

Ensure compatibility with `lcobucci/jwt` ^4.2 (this time for real)

## 1.16.2 - 2022-08-22
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"fig/http-message-util": "^1.1.5",
"guzzlehttp/guzzle": "^6.3.1|^7.0",
"kreait/clock": "^1.1.0",
"lcobucci/jwt": "^3.4.6|^4.0.4|^4.1.5",
"lcobucci/jwt": "^4.0.4|^4.1.5",
"psr/cache": "^1.0|^2.0|^3.0",
"psr/simple-cache": "^1.0.1"
},
Expand Down

0 comments on commit da3b1db

Please sign in to comment.