diff --git a/www/composer.json b/www/composer.json index e9164521c5..731f510a77 100644 --- a/www/composer.json +++ b/www/composer.json @@ -35,7 +35,7 @@ "guzzlehttp/guzzle": "@stable", "steverhoades/oauth2-openid-connect-server": "@stable", "phpoffice/phpspreadsheet": "@stable", - "firebase/php-jwt": "6.*", + "firebase/php-jwt": "7.*", "donatj/phpuseragentparser": "@stable", "league/oauth2-client": "@stable", "league/oauth2-google": "@stable", diff --git a/www/composer.lock b/www/composer.lock index 7bca34594b..f688042b43 100644 --- a/www/composer.lock +++ b/www/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ce87a6f9e3369f7514c1278863a002c6", + "content-hash": "d86f87b437fe761dc2330fbe2e881245", "packages": [ { "name": "composer/pcre", @@ -411,16 +411,16 @@ }, { "name": "firebase/php-jwt", - "version": "v6.11.1", + "version": "v7.0.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", - "reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66" + "reference": "c03036fd5dbd530a95406ca3b5f6d7b24eaa3910" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d1e91ecf8c598d073d0995afa8cd5c75c6e19e66", - "reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/c03036fd5dbd530a95406ca3b5f6d7b24eaa3910", + "reference": "c03036fd5dbd530a95406ca3b5f6d7b24eaa3910", "shasum": "" }, "require": { @@ -468,9 +468,9 @@ ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", - "source": "https://github.com/firebase/php-jwt/tree/v6.11.1" + "source": "https://github.com/firebase/php-jwt/tree/v7.0.0" }, - "time": "2025-04-09T20:32:01+00:00" + "time": "2025-12-15T19:26:43+00:00" }, { "name": "guzzlehttp/guzzle",