2 Commits
1.1.0 ... 1.1.2

Author SHA1 Message Date
6e251ed582 link URL fix 2024-01-11 05:49:22 +07:00
69c0013db7 link variable fix 2024-01-11 05:41:52 +07:00

View File

@@ -4,7 +4,7 @@
"readme": "README.md", "readme": "README.md",
"keywords": [], "keywords": [],
"type": "", "type": "",
"homepage": "${REPO_HTTPS_URL}", "homepage": "https://git.mirzaev.sexy${REPO_LINK}",
"license": "WTFPL", "license": "WTFPL",
"authors": [ "authors": [
{ {
@@ -15,8 +15,8 @@
} }
], ],
"support": { "support": {
"docs": "${REPO_HTTPS_URL}/manual", "docs": "https://git.mirzaev.sexy${REPO_LINK}/manual",
"issues": "${REPO_HTTPS_URL}/issues" "issues": "https://git.mirzaev.sexy${REPO_LINK}/issues"
}, },
"require": { "require": {
"php": "~8.3", "php": "~8.3",