From 9be7ebb5b422f6cfe3ca6d805edc607ccb05bf09 Mon Sep 17 00:00:00 2001 From: Andrew Millington Date: Mon, 11 Oct 2021 21:39:48 +0100 Subject: [PATCH] Update version constraint for lcobucci/jwt --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6d01aecd7..a551eb53a 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "php": "^7.2 || ^8.0", "ext-openssl": "*", "league/event": "^2.2", - "lcobucci/jwt": "^3.4 || ^4.0", + "lcobucci/jwt": "^3.4 || ^4.0.4", "psr/http-message": "^1.0.1", "defuse/php-encryption": "^2.2.1", "ext-json": "*"