25 lines
643 B
JSON
Executable File
25 lines
643 B
JSON
Executable File
{
|
|
"name": "bot/discord-telegram-manager",
|
|
"description": "Sistema de administración para bots de Discord y Telegram",
|
|
"type": "project",
|
|
"require": {
|
|
"php": ">=8.0",
|
|
"firebase/php-jwt": "^6.0",
|
|
"ext-pdo": "*",
|
|
"ext-pdo_mysql": "*",
|
|
"ext-json": "*",
|
|
"ext-gd": "*",
|
|
"ext-curl": "*",
|
|
"team-reflex/discord-php": "^10.40",
|
|
"telegram-bot/api": "^2.5"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Shared\\": "shared/",
|
|
"Discord\\": "discord/",
|
|
"Telegram\\": "telegram/",
|
|
"Gallery\\": "gallery/"
|
|
}
|
|
}
|
|
}
|