diff --git a/theme/includes/jwt/php-jwt/composer.json b/theme/includes/jwt/php-jwt/composer.json index 611e7483..766b1306 100644 --- a/theme/includes/jwt/php-jwt/composer.json +++ b/theme/includes/jwt/php-jwt/composer.json @@ -1,5 +1,5 @@ { "require": { - "firebase/php-jwt": "^6.1" + "firebase/php-jwt": "^7.0" } } diff --git a/theme/includes/jwt/php-jwt/composer.lock b/theme/includes/jwt/php-jwt/composer.lock index ba2d36c6..72adfd97 100644 --- a/theme/includes/jwt/php-jwt/composer.lock +++ b/theme/includes/jwt/php-jwt/composer.lock @@ -4,29 +4,35 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6899b11e9f5e353ff3b337c62487149e", + "content-hash": "923194bb016a246f3de4bebc635e8ab9", "packages": [ { "name": "firebase/php-jwt", - "version": "v6.1.0", + "version": "v7.0.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", - "reference": "fbb2967a3a68b07e37678c00c0cf51165051495f" + "reference": "c03036fd5dbd530a95406ca3b5f6d7b24eaa3910" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/fbb2967a3a68b07e37678c00c0cf51165051495f", - "reference": "fbb2967a3a68b07e37678c00c0cf51165051495f", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/c03036fd5dbd530a95406ca3b5f6d7b24eaa3910", + "reference": "c03036fd5dbd530a95406ca3b5f6d7b24eaa3910", "shasum": "" }, "require": { - "php": "^7.1||^8.0" + "php": "^8.0" }, "require-dev": { - "phpunit/phpunit": "^7.5||9.5" + "guzzlehttp/guzzle": "^7.4", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.5", + "psr/cache": "^2.0||^3.0", + "psr/http-client": "^1.0", + "psr/http-factory": "^1.0" }, "suggest": { + "ext-sodium": "Support EdDSA (Ed25519) signatures", "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" }, "type": "library", @@ -59,18 +65,18 @@ ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", - "source": "https://github.com/firebase/php-jwt/tree/v6.1.0" + "source": "https://github.com/firebase/php-jwt/tree/v7.0.0" }, - "time": "2022-03-23T18:26:04+00:00" + "time": "2025-12-15T19:26:43+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, - "platform": [], - "platform-dev": [], - "plugin-api-version": "2.3.0" + "platform": {}, + "platform-dev": {}, + "plugin-api-version": "2.6.0" }