From 469b4d923d680a14e79af809907dea0fee73f581 Mon Sep 17 00:00:00 2001 From: Joost de Bruijn Date: Mon, 8 Jul 2024 16:49:43 +0200 Subject: [PATCH] chore: allow jwt-library v4 (#404) * chore: allow jwt-library v4 * Update composer.json --------- Co-authored-by: Louis Lagrange --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b9b34b9..c938240 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "ext-mbstring": "*", "ext-openssl": "*", "guzzlehttp/guzzle": "^7.4.5", - "web-token/jwt-library": "^3.3.0", + "web-token/jwt-library": "^3.3.0|^4.0.0", "spomky-labs/base64url": "^2.0.4" }, "suggest": { @@ -51,4 +51,4 @@ "Minishlink\\WebPush\\": "src" } } -} \ No newline at end of file +}