From 6e251ed5824518fcd355135435949e1f3ed5f2df Mon Sep 17 00:00:00 2001 From: mirzaev Date: Thu, 11 Jan 2024 05:49:22 +0700 Subject: [PATCH] link URL fix --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index f99f091..8659489 100755 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "readme": "README.md", "keywords": [], "type": "", - "homepage": "${REPO_LINK}", + "homepage": "https://git.mirzaev.sexy${REPO_LINK}", "license": "WTFPL", "authors": [ { @@ -15,8 +15,8 @@ } ], "support": { - "docs": "${REPO_LINK}/manual", - "issues": "${REPO_LINK}/issues" + "docs": "https://git.mirzaev.sexy${REPO_LINK}/manual", + "issues": "https://git.mirzaev.sexy${REPO_LINK}/issues" }, "require": { "php": "~8.3",