repression/composer.json

39 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2023-08-06 13:20:59 +07:00
{
"name": "mirzaev/site-repression",
2024-11-22 11:58:27 +07:00
"description": "An article about how i was kidnapped by PMC Wagner operatives",
2023-08-06 13:20:59 +07:00
"readme": "README.md",
"keywords": [
"repression",
2024-11-22 11:58:27 +07:00
"site",
"article"
2023-08-06 13:20:59 +07:00
],
"type": "site",
"homepage": "https://git.mirzaev.sexy/mirzaev/site-repression",
"license": "WTFPL",
"authors": [
{
"name": "Arsen Mirzaev Tatyano-Muradovich",
"email": "arsen@mirzaev.sexy",
"homepage": "https://mirzaev.sexy",
2024-11-22 11:58:27 +07:00
"role": "Victim"
2023-08-06 13:20:59 +07:00
}
],
"support": {
"docs": "https://git.mirzaev.sexy/mirzaev/site-repression/manual",
"issues": "https://git.mirzaev.sexy/mirzaev/site-repression/issues"
},
"require": {
2024-11-22 11:58:27 +07:00
"php": "~8.4",
"ext-sodium": "~8.4",
"mirzaev/minimal": "^3.2.0",
2023-08-06 13:20:59 +07:00
"twig/twig": "^3.4",
"guzzlehttp/guzzle": "^7.5",
"ipinfo/ipinfo": "^3.0"
},
"autoload": {
"psr-4": {
"mirzaev\\site\\repression\\": "mirzaev/site/repression/system"
}
}
}