18 lines
400 B
JSON
Executable File
18 lines
400 B
JSON
Executable File
{
|
|
"name": "lastwar/bot",
|
|
"description": "Sistema de Mensajería Discord & Telegram",
|
|
"type": "project",
|
|
"require": {
|
|
"php": ">=8.0",
|
|
"team-reflex/discord-php": "^7.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Discord\\": "discord/",
|
|
"Telegram\\": "telegram/",
|
|
"Common\\": "common/",
|
|
"src\\": "src/"
|
|
}
|
|
}
|
|
}
|