Skip to content

Commit 608115c

Browse files
authored
fix: minor changes to allow for refdoc regeneration (#600)
1 parent 9e95669 commit 608115c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.repo-metadata.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"language": "php",
3+
"distribution_name": "google/auth",
4+
"release_level": "stable",
5+
"client_documentation": "https://cloud.google.com/php/docs/reference/auth/latest",
6+
"library_type": "CORE"
7+
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "library",
44
"description": "Google Auth Library for PHP",
55
"keywords": ["google", "oauth2", "authentication"],
6-
"homepage": "http://github.com/google/google-auth-library-php",
6+
"homepage": "https://github.com/google/google-auth-library-php",
77
"license": "Apache-2.0",
88
"support": {
99
"docs": "https://googleapis.github.io/google-auth-library-php/main/"

0 commit comments

Comments
 (0)