Primer commit del sistema separado falta mejorar mucho
This commit is contained in:
24
composer.json
Executable file
24
composer.json
Executable file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user