From 878f4bde7d949bdfab226974aac3c7042e44b3a2 Mon Sep 17 00:00:00 2001 From: Taner Yener Date: Fri, 23 Dec 2022 04:03:29 +0300 Subject: [PATCH] upgraded dependency version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b66fa7c..c572a44 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require": { "illuminate/support": "5.7.* | 5.8.* | ^6.0 | ^7.0 | ^8.0 | ^9.0", "illuminate/auth": "5.7.* | 5.8.* | ^6.0 | ^7.0 | ^8.0 | ^9.0", - "lcobucci/jwt": "^3.2" + "lcobucci/jwt": "^4.0" }, "require-dev": { "phpunit/phpunit": "^7.0"