Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
56f27f6f62 | |||
6e251ed582 | |||
69c0013db7 |
@@ -3,20 +3,20 @@
|
||||
"description": "${REPO_DESCRIPTION}",
|
||||
"readme": "README.md",
|
||||
"keywords": [],
|
||||
"type": "",
|
||||
"homepage": "${REPO_HTTPS_URL}",
|
||||
"type": "site",
|
||||
"homepage": "https://git.mirzaev.sexy${REPO_LINK}",
|
||||
"license": "WTFPL",
|
||||
"authors": [
|
||||
{
|
||||
"name": "${REPO_OWNER}",
|
||||
"email": "",
|
||||
"homepage": "",
|
||||
"email": "${REPO_OWNER}@gmail.com",
|
||||
"homepage": "${REPO_OWNER}.page",
|
||||
"role": "Programmer"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"docs": "${REPO_HTTPS_URL}/manual",
|
||||
"issues": "${REPO_HTTPS_URL}/issues"
|
||||
"docs": "https://git.mirzaev.sexy${REPO_LINK}/manual",
|
||||
"issues": "https://git.mirzaev.sexy${REPO_LINK}/issues"
|
||||
},
|
||||
"require": {
|
||||
"php": "~8.3",
|
||||
@@ -41,6 +41,6 @@
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"pre-install-cmd": "bash ./install.sh"
|
||||
"pre-install-cmd": "./install.sh"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user