27 lines
625 B
JSON
27 lines
625 B
JSON
{
|
|
"name": "mirzaev/unzanzara",
|
|
"description": "Library for normalizing Zanzara (Telegram API) objects ",
|
|
"homepage": "https://git.svoboda.works/mirzaev/unzanzara",
|
|
"type": "library",
|
|
"keywords": ["zanzara", "telegram"],
|
|
"readme": "README.md",
|
|
"license": "WTFPL",
|
|
"authors": [
|
|
{
|
|
"name": "Arsen Mirzaev Tatyano-Muradovich",
|
|
"email": "arsen@mirzaev.sexy",
|
|
"homepage": "https://mirzaev.sexy",
|
|
"role": "Creator"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://git.svoboda.works/mirzaev/unzanzara/issues"
|
|
},
|
|
"require": {
|
|
"php": "^8.5"
|
|
},
|
|
"autoload": {
|
|
"files": ["mirzaev/unzanzara/system/images.php"]
|
|
}
|
|
}
|