Initial commit - Last War messaging system
This commit is contained in:
17
composer.json
Executable file
17
composer.json
Executable file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user