From b9956481a07203ca829f2d036dc9867c46684bcb Mon Sep 17 00:00:00 2001 From: Neto Braghetto Date: Tue, 25 Feb 2025 20:33:04 -0300 Subject: [PATCH] Update lcobucci/jwt to support php 8.4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 89ce92a0..2b5967cb 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "illuminate/contracts": "^10|^11|^12", "illuminate/http": "^10|^11|^12", "illuminate/support": "^10|^11|^12", - "lcobucci/jwt": "^5.0", + "lcobucci/jwt": "^5.4", "namshi/jose": "^7.0", "nesbot/carbon": "^2.0|^3.0" },