telegram-registry-people/composer.json

26 lines
582 B
JSON
Raw Permalink Normal View History

2023-06-04 15:18:29 +07:00
{
"name": "mirzaev/telegram-registry-people",
"type": "robot",
"require": {
"badfarm/zanzara": "^0.9.0"
},
"license": "WTFPL",
"autoload": {
"psr-4": {
"mirzaev\\telegram\\registry\\people\\": "mirzaev/telegram/registry/people/system/"
}
},
"authors": [
{
"name": "Arsen Mirzaev Tatyano-Muradovich",
"email": "arsen@mirzaev.sexy"
}
],
"minimum-stability": "stable",
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}