Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
a634e1b7c1 | |||
56f27f6f62 | |||
6e251ed582 |
@@ -3,20 +3,20 @@
|
|||||||
"description": "${REPO_DESCRIPTION}",
|
"description": "${REPO_DESCRIPTION}",
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"type": "",
|
"type": "site",
|
||||||
"homepage": "${REPO_LINK}",
|
"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": "https://${REPO_OWNER}.page",
|
||||||
"role": "Programmer"
|
"role": "Programmer"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"docs": "${REPO_LINK}/manual",
|
"docs": "https://git.mirzaev.sexy${REPO_LINK}/manual",
|
||||||
"issues": "${REPO_LINK}/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-update-cmd": "./install.sh"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user