diff --git a/examples/php/composer.json b/examples/php/composer.json index 095e686..9c5a975 100644 --- a/examples/php/composer.json +++ b/examples/php/composer.json @@ -17,6 +17,6 @@ "require": { "vlucas/phpdotenv": "^5.3", "guzzlehttp/guzzle": "^7.3", - "firebase/php-jwt": "^5.4" + "firebase/php-jwt": "^7.0" } } diff --git a/examples/php/composer.lock b/examples/php/composer.lock index 9bdc62b..ef84563 100644 --- a/examples/php/composer.lock +++ b/examples/php/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": "ed005a1a707cc075e3f5e7f6a1f88bca", + "content-hash": "61d5347a9a13ad03793903a7ccb41fbe", "packages": [ { "name": "firebase/php-jwt", - "version": "v5.4.0", + "version": "v7.0.0", "source": { "type": "git", - "url": "https://github.com/firebase/php-jwt.git", - "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2" + "url": "https://github.com/googleapis/php-jwt.git", + "reference": "c03036fd5dbd530a95406ca3b5f6d7b24eaa3910" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d2113d9b2e0e349796e72d2a63cf9319100382d2", - "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2", + "url": "https://api.github.com/repos/googleapis/php-jwt/zipball/c03036fd5dbd530a95406ca3b5f6d7b24eaa3910", + "reference": "c03036fd5dbd530a95406ca3b5f6d7b24eaa3910", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^8.0" }, "require-dev": { - "phpunit/phpunit": ">=4.8 <=9" + "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", @@ -58,10 +64,10 @@ "php" ], "support": { - "issues": "https://github.com/firebase/php-jwt/issues", - "source": "https://github.com/firebase/php-jwt/tree/v5.4.0" + "issues": "https://github.com/googleapis/php-jwt/issues", + "source": "https://github.com/googleapis/php-jwt/tree/v7.0.0" }, - "time": "2021-06-23T19:00:23+00:00" + "time": "2025-12-15T19:26:43+00:00" }, { "name": "graham-campbell/result-type",