Skip to content

Commit f7ae571

Browse files
glenscbshaffer
andauthored
Fix: Update homepage URL in composer.json (#635)
Avoid redirection: - From: https://github.com/firebase/php-jwt - To: https://github.com/googleapis/php-jwt Co-authored-by: Brent Shaffer <betterbrent@google.com>
1 parent 958e422 commit f7ae571

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)