Commit inicial con archivos existentes

This commit is contained in:
2026-01-17 16:14:00 -06:00
parent 48671dc88e
commit 4c48c279de
2539 changed files with 2412708 additions and 0 deletions

19
composer.json Executable file
View File

@@ -0,0 +1,19 @@
{
"require": {
"team-reflex/discord-php": "^7.0",
"firebase/php-jwt": "^6.0",
"monolog/monolog": "^3.9",
"slim/slim": "^4.0",
"react/promise-timer": "^1.8",
"vlucas/phpdotenv": "^5.6"
},
"autoload": {
"psr-4": {
"App\\": "api/src/"
}
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
}
}