From e5487d85414cfc09458b3a921972d3ab16067046 Mon Sep 17 00:00:00 2001 From: Willem Verspyck Date: Wed, 6 Apr 2022 11:12:25 +0200 Subject: [PATCH] Allow JWT framework version 3 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ba60ecd..40c8db0 100644 --- a/composer.json +++ b/composer.json @@ -22,9 +22,9 @@ "php": "^7.3|^8.0", "ext-json": "*", "symfony/http-client": "^4.3|^4.4|^5.0|^6.0", - "web-token/jwt-key-mgmt": "^2.0", - "web-token/jwt-signature": "^2.0", - "web-token/jwt-signature-algorithm-ecdsa": "^2.0" + "web-token/jwt-key-mgmt": "^2.0|^3.0", + "web-token/jwt-signature": "^2.0|^3.0", + "web-token/jwt-signature-algorithm-ecdsa": "^2.0|^3.0" }, "autoload": { "psr-4": {