From 69c0013db7b07bc21ea5b0020f40e740d0a16e84 Mon Sep 17 00:00:00 2001 From: mirzaev Date: Thu, 11 Jan 2024 05:41:52 +0700 Subject: [PATCH] link variable fix --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",