Skip to content

Commit 0c1e346

Browse files
committed
Fix: Update homepage URL in composer.json
Avoid redirection: - From: https://github.com/firebase/php-jwt - To: https://github.com/googleapis/php-jwt
1 parent 32b5ea0 commit 0c1e346

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "firebase/php-jwt",
33
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
4-
"homepage": "https://github.com/firebase/php-jwt",
4+
"homepage": "https://github.com/googleapis/php-jwt",
55
"keywords": [
66
"php",
77
"jwt"

0 commit comments

Comments
 (0)