From 0486318459c8eda95e5ca22e7a078f9078893d3f Mon Sep 17 00:00:00 2001 From: Yacoub Haidari Date: Thu, 28 May 2026 22:10:14 +0300 Subject: [PATCH] =?UTF-8?q?Update=20version=20to=202.0.8=20and=20upgrade?= =?UTF-8?q?=20firebase/php-jwt=20to=20^7.0.5=20fix=20the=20isseue=20Securi?= =?UTF-8?q?ty:=20Vulnerable=20firebase/php-jwt=20constraint=20=E2=80=94=20?= =?UTF-8?q?CVE-2025-45769=20(High)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e756891..2da4b3c 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "tamara-solution/php-sdk", "license": "MIT", "description": "Tamara PHP Client Library", - "version": "2.0.7", + "version": "2.0.8", "keywords": [ "tamara", "tamara php sdk", @@ -22,7 +22,7 @@ "psr/log": "^1.0||^2.0||^3.0", "ext-json": "*", "symfony/http-foundation": ">=4.1", - "firebase/php-jwt": "^6.1", + "firebase/php-jwt": "^7.0.5", "nyholm/psr7": "^1.3", "kriswallsmith/buzz": "^1.2|^0.16", "guzzlehttp/guzzle": ">=6.0"