diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e98b264..d1af8afa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +3.2.2 +----- + +* Fixed lcobucci/jwt dependency to version 3.3.3 + 3.2.1 ----- diff --git a/composer.json b/composer.json index 624dee2b..69994808 100644 --- a/composer.json +++ b/composer.json @@ -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",