From c20de6e04fa8e7a8b7c831909eba2dec7b272436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Hamr=C3=A1k?= Date: Sun, 30 Apr 2023 02:57:35 +0200 Subject: [PATCH] Add support for lcobucci/jwt 5.0 (#1006) Co-authored-by: atymic --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c951e95..4ad2218 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,8 @@ "ext-json": "*", "ext-openssl": "*", "firebase/php-jwt": "^6.2", - "lcobucci/jwt": "^4.1.5", + "lcobucci/clock": "^2.0 || ^3.0", + "lcobucci/jwt": "^4.1.5 || ^5.0.0", "socialiteproviders/manager": "~4.0" }, "suggest": {