gavno/composer.json

49 lines
1.0 KiB
JSON
Raw Normal View History

2024-01-05 01:06:52 +07:00
{
"name": "mirzaev/gavno",
"description": "",
"readme": "README.md",
"keywords": [
"landing",
"engeneering",
"site"
],
"type": "site",
"homepage": "https://git.mirzaev.sexy/mirzaev/gavno",
"license": "WTFPL",
"authors": [
{
"name": "Arsen Mirzaev Tatyano-Muradovich",
"email": "arsen@mirzaev.sexy",
"homepage": "https://mirzaev.sexy",
"role": "Programmer"
}
],
"support": {
"docs": "https://git.mirzaev.sexy/mirzaev/gavno/manual",
"issues": "https://git.mirzaev.sexy/mirzaev/gavno/issues"
},
"require": {
"php": "~8.3",
"ext-sodium": "~8.3",
"mirzaev/minimal": "^2.2.0",
"mirzaev/arangodb": "^1.0.0",
"triagens/arangodb": "~3.9.x-dev",
"twig/twig": "^3.4",
"guzzlehttp/guzzle": "^7.5",
"ipinfo/ipinfo": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "~9.5"
},
"autoload": {
"psr-4": {
"mirzaev\\gavno\\": "mirzaev/gavno/system"
}
},
"autoload-dev": {
"psr-4": {
"mirzaev\\gavno\\tests\\": "mirzaev/gavno/tests"
}
}
}