From b59d0abfaaf96ab9e9253c90c2c0c5ade2e3dd48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gamez?= Date: Thu, 19 Dec 2024 14:54:16 +0100 Subject: [PATCH] Enable `lcobbuci/jwt` 5.x to be installed with PHP 8.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7e35fd10..529727d6 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "guzzlehttp/promises": "^2.0.4", "guzzlehttp/psr7": "^2.7", "kreait/firebase-tokens": "^5.2", - "lcobucci/jwt": "^4.3|^5.4.2", + "lcobucci/jwt": "^4.3|^5.3", "mtdowling/jmespath.php": "^2.8.0", "psr/cache": "^1.0.1|^2.0|^3.0", "psr/clock": "^1.0",