Обновить composer.json

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2024-09-08 15:37:23 +07:00
parent 04f8b49075
commit 7f7cdced69

View File

@ -1,46 +1,46 @@
{ {
"name": "${REPO_OWNER}/${REPO_NAME}", "name": "${REPO_OWNER}/${REPO_NAME}",
"description": "${REPO_DESCRIPTION}", "description": "${REPO_DESCRIPTION}",
"readme": "README.md", "homepage": "https://git.mirzaev.sexy${REPO_LINK}",
"keywords": [], "type": "site",
"type": "site", "keywords": [],
"homepage": "https://git.mirzaev.sexy${REPO_LINK}", "readme": "README.md",
"license": "WTFPL", "license": "WTFPL",
"authors": [ "authors": [
{ {
"name": "${REPO_OWNER}", "name": "${REPO_OWNER}",
"email": "${REPO_OWNER}@gmail.com", "email": "${REPO_OWNER}@gmail.com",
"homepage": "https://${REPO_OWNER}.page", "homepage": "https://${REPO_OWNER}.page",
"role": "Programmer" "role": "Programmer"
} }
], ],
"support": { "support": {
"docs": "https://git.mirzaev.sexy${REPO_LINK}/manual", "docs": "https://git.mirzaev.sexy${REPO_LINK}/manual",
"issues": "https://git.mirzaev.sexy${REPO_LINK}/issues" "issues": "https://git.mirzaev.sexy${REPO_LINK}/issues"
}, },
"require": { "require": {
"php": "~8.3", "php": "~8.3",
"ext-sodium": "~8.3", "ext-sodium": "~8.3",
"mirzaev/minimal": "^2.2.0", "mirzaev/minimal": "^2.2.0",
"mirzaev/accounts": "~1.2.x-dev", "mirzaev/accounts": "~1.2.x-dev",
"mirzaev/arangodb": "^1.0.0", "mirzaev/arangodb": "^1.0.0",
"triagens/arangodb": "~3.9.x-dev", "triagens/arangodb": "~3.9.x-dev",
"twig/twig": "^3.4" "twig/twig": "^3.4"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~9.5" "phpunit/phpunit": "~9.5"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"${REPO_OWNER}\\${REPO_NAME}\\": "${REPO_OWNER}/${REPO_NAME}/system" "${REPO_OWNER}\\${REPO_NAME}\\": "${REPO_OWNER}/${REPO_NAME}/system"
} }
}, },
"autoload-dev": { "autoload-dev": {
"psr-4": { "psr-4": {
"${REPO_OWNER}\\${REPO_NAME}\\tests\\": "${REPO_OWNER}/${REPO_NAME}/tests" "${REPO_OWNER}\\${REPO_NAME}\\tests\\": "${REPO_OWNER}/${REPO_NAME}/tests"
} }
}, },
"scripts": { "scripts": {
"pre-update-cmd": "./install.sh" "pre-update-cmd": "./install.sh"
} }
} }