3 Commits
1.1.0 ... 1.1.3

View File

@@ -3,20 +3,20 @@
"description": "${REPO_DESCRIPTION}", "description": "${REPO_DESCRIPTION}",
"readme": "README.md", "readme": "README.md",
"keywords": [], "keywords": [],
"type": "", "type": "site",
"homepage": "${REPO_HTTPS_URL}", "homepage": "https://git.mirzaev.sexy${REPO_LINK}",
"license": "WTFPL", "license": "WTFPL",
"authors": [ "authors": [
{ {
"name": "${REPO_OWNER}", "name": "${REPO_OWNER}",
"email": "", "email": "${REPO_OWNER}@gmail.com",
"homepage": "", "homepage": "${REPO_OWNER}.page",
"role": "Programmer" "role": "Programmer"
} }
], ],
"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",
@@ -41,6 +41,6 @@
} }
}, },
"scripts": { "scripts": {
"pre-install-cmd": "bash ./install.sh" "pre-install-cmd": "./install.sh"
} }
} }