From da3b1db598d660fcd5ff84a15448939d0e06e804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gamez?= Date: Mon, 22 Aug 2022 23:30:09 +0200 Subject: [PATCH] Drop support for `lcobucci/jwt` 3.x --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa9e167..898467f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/composer.json b/composer.json index 96a1116..ad2231c 100644 --- a/composer.json +++ b/composer.json @@ -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" },