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-robot-.../composer.json

32 lines
694 B
JSON
Raw Normal View History

2024-04-15 23:42:19 +07:00
{
"name": "mirzaev/spetsresurs-telegram-robot-entry",
"type": "robot",
"license": "WTFPL",
"autoload": {
"psr-4": {
"mirzaev\\spetsresurs\\\\telegram\\robot\\entry\\": "mirzaev/spetsresurs/telegram/robot/entry/system/"
}
},
"authors": [
{
"name": "Arsen Mirzaev Tatyano-Muradovich",
"email": "arsen@mirzaev.sexy"
}
],
"minimum-stability": "stable",
"config": {
"allow-plugins": {
"php-http/discovery": true
}
},
"require": {
"flow-php/etl-adapter-google-sheet": "1.x@dev",
"triagens/arangodb": "^3.8",
"mirzaev/arangodb": "^1.0.0",
"badfarm/zanzara": "^0.9.1",
"nyholm/psr7": "^1.8",
"react/promise-timer": "^1.10",
"react/promise": "^3.1"
}
}