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

29 lines
729 B
JSON
Raw Normal View History

2023-06-04 15:18:29 +07:00
{
"name": "mirzaev/spetsresurs-telegram-registry-requests",
2023-06-04 15:18:29 +07:00
"type": "robot",
"require": {
2023-06-12 06:21:22 +07:00
"triagens/arangodb": "^3.8",
"mirzaev/arangodb": "^1.0",
"badfarm/zanzara": "^0.9.1",
"nyholm/psr7": "^1.8"
2023-06-04 15:18:29 +07:00
},
"license": "WTFPL",
"autoload": {
"psr-4": {
"mirzaev\\spetsresurs\\telegram\\registry\\requests\\": "mirzaev/spetsresurs/telegram/registry/requests/system/"
2023-06-04 15:18:29 +07:00
}
},
"authors": [
{
"name": "Arsen Mirzaev Tatyano-Muradovich",
"email": "arsen@mirzaev.sexy"
}
],
"minimum-stability": "stable",
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
2023-06-04 15:18:29 +07:00
}