This repository has been archived on 2024-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
spetsresurs-telegram-regist.../composer.json

24 lines
632 B
JSON
Raw Normal View History

2023-06-04 15:18:29 +07:00
{
2023-06-12 06:21:22 +07:00
"name": "mirzaev/spetsresurs-viber-registry-requests",
2023-06-04 15:18:29 +07:00
"type": "robot",
"require": {
2023-06-12 06:21:22 +07:00
"bogdaan/viber-bot-php": "^0.0.15",
"triagens/arangodb": "^3.8",
"mirzaev/arangodb": "^1.0",
"monolog/monolog": "^3.3"
2023-06-04 15:18:29 +07:00
},
"license": "WTFPL",
"autoload": {
"psr-4": {
2023-06-12 06:21:22 +07:00
"mirzaev\\spetsresurs\\viber\\registry\\requests\\": "mirzaev/spetsresurs/viber/registry/requests/system/"
2023-06-04 15:18:29 +07:00
}
},
"authors": [
{
"name": "Arsen Mirzaev Tatyano-Muradovich",
"email": "arsen@mirzaev.sexy"
}
],
2023-06-12 06:21:22 +07:00
"minimum-stability": "stable"
2023-06-04 15:18:29 +07:00
}