diff --git a/composer.json b/composer.json index 0ab457a..f99f091 100755 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "readme": "README.md", "keywords": [], "type": "", - "homepage": "${REPO_HTTPS_URL}", + "homepage": "${REPO_LINK}", "license": "WTFPL", "authors": [ { @@ -15,8 +15,8 @@ } ], "support": { - "docs": "${REPO_HTTPS_URL}/manual", - "issues": "${REPO_HTTPS_URL}/issues" + "docs": "${REPO_LINK}/manual", + "issues": "${REPO_LINK}/issues" }, "require": { "php": "~8.3",