Skip to content

Commit

Permalink
Merge pull request #70 from oat-sa/fix/jwt-lib-update
Browse files Browse the repository at this point in the history
Fixed lcobucci/jwt dependency to version 3.3.3
  • Loading branch information
ekkinox authored Nov 25, 2020
2 parents 5f2490a + 1b3146b commit d955bf9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

3.2.2
-----

* Fixed lcobucci/jwt dependency to version 3.3.3

3.2.1
-----

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ext-json": "*",
"codercat/jwk-to-pem": "^0.0.3",
"guzzlehttp/guzzle": "^6.5",
"lcobucci/jwt": "^3.3",
"lcobucci/jwt": "3.3.3",
"league/oauth2-server": "^8.1",
"nesbot/carbon": "^2.31",
"nyholm/psr7": "^1.2",
Expand Down

0 comments on commit d955bf9

Please sign in to comment.