@@ -1,10 +1,11 @@
|
||||
{
|
||||
"name": "${REPO_OWNER}/${REPO_NAME}",
|
||||
"description": "${REPO_DESCRIPTION}",
|
||||
"homepage": "https://git.mirzaev.sexy${REPO_LINK}",
|
||||
"homepage": "https://git.svoboda.works${REPO_LINK}",
|
||||
"type": "site",
|
||||
"keywords": [
|
||||
"minimal"
|
||||
"minimal",
|
||||
"baza"
|
||||
],
|
||||
"readme": "README.md",
|
||||
"license": "WTFPL",
|
||||
@@ -17,21 +18,17 @@
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"wiki": "https://git.mirzaev.sexy${REPO_LINK}/wiki",
|
||||
"issues": "https://git.mirzaev.sexy${REPO_LINK}/issues"
|
||||
"wiki": "https://git.svoboda.works${REPO_LINK}/wiki",
|
||||
"issues": "https://git.svoboda.works${REPO_LINK}/issues"
|
||||
},
|
||||
"require": {
|
||||
"php": "^8.4",
|
||||
"triagens/arangodb": "^3.8",
|
||||
"mirzaev/minimal": "^3.4",
|
||||
"mirzaev/arangodb": "^1.3",
|
||||
"mirzaev/baza": "^3.3",
|
||||
"twig/twig": "^3.10",
|
||||
"twig/extra-bundle": "^3.7",
|
||||
"twig/intl-extra": "^3.10"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~9.5"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"${REPO_OWNER}\\${REPO_NAME}\\": "${REPO_OWNER}/${REPO_NAME}/system"
|
||||
|
Reference in New Issue
Block a user